in reply to CDB_File memory leak

Not a direct answer to your question, but BerkeleyDB is both faster and more widely used if you're looking for an alternative.

Replies are listed 'Best First'.
Re^2: CDB_File memory leak
by devnul (Monk) on Apr 30, 2009 at 01:23 UTC
    Thanks for the suggestion... My experience as well as this PDF would seem to indicate that CDB when working with read-only data (as I am here) is the fastest thing out there.

    - dEvNuL
      Somewhat old, but DBD trounced it in this one. You can also adjust the cache size with DBD, which often makes it faster on systems with a lot of RAM.