in reply to forks and Shared

MLDBM

Replies are listed 'Best First'.
Re^2: forks and Shared (depth)
by tye (Sage) on Nov 10, 2008 at 16:50 UTC

    Note that MLDBM can be a pain to use correctly (see the BUGS section). I think DBM::Deep deals better with complex data structures. But it will also probably use more disk space than MLDBM. MLDBM requires deserialization + serialization steps each time you modify an element so I can imagine cases where DBM::Deep could be much faster than MLDBM.

    - tye