http://qs321.pair.com?node_id=613156


in reply to Re: Hash optimization in Perl?
in thread Hash optimization in Perl?

For in-memory hashes with smaller size requirements, you may try Tie::GHash whose proposal is to offer smaller (but possibly slower) hashes. That could be useful, if your system has available the Gnome glib library from where this module's hashes come from.