in reply to Packing hashes or complex structures?

Could we pack a hash?

Sure

Would that difficult or impossible to do,

not difficult or impossible

and is there a reason not try pack such a thing?

Might be an interesting toy, but these are wheels for that already (ex: Storable, MLDBM, DBD::SQLite)

  • Comment on Re: Packing hashes or complex structures?

Replies are listed 'Best First'.
Re^2: Packing hashes or complex structures?
by DrHyde (Prior) on Mar 23, 2010 at 10:58 UTC
    MLDBM is obsolete, use DBM::Deep instead. It allows direct access to arbitrarily-deeply nested structures, without having to pull huge chunks of the structure into memory first.
      MLDBM is obsolete, use DBM::Deep instead. It allows direct access to arbitrarily-deeply nested structures, without having to pull huge chunks of the structure into memory first.

      No thanks, i'd reather use Storable or SQLite