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.
Comment on
Re: CDB_File memory leak
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
[reply]
Re^3: CDB_File memory leak
by
perrin
(Chancellor)
on Apr 30, 2009 at 03:27 UTC
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.
[reply]
In Section
Seekers of Perl Wisdom