in reply to Re: Re: A memory efficient hash, trading off speed - does it already exist?
in thread A memory efficient hash, trading off speed - does it already exist?

You could try DB_File with it's in-memory option. It will store the keys as C strings, so they may be more compact.
  • Comment on Re: Re: Re: A memory efficient hash, trading off speed - does it already exist?