in reply to
Re: Better Hash Tables?
in thread
Better Hash Tables?
Both rust and golang have ports of google's
Swiss Tables
, which use less memory and are faster because they use AES and SSE instructions.
Comment on
Re^2: Better Hash Tables?
In Section
Seekers of Perl Wisdom