I submitted my container library to code.dlang.org

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 31 14:12:01 PDT 2015


On Monday, 30 March 2015 at 09:31:26 UTC, Johannes Pfau wrote:
> Another thing to worry about with hash tables is this:
>
> http://events.ccc.de/congress/2012/Fahrplan/events/5152.en.html
> https://www.youtube.com/watch?v=wGYj8fhhUVA

Mmh, that's a topic for specialized hash tables IMO.
A generic hash table should do a best effort to avoid collisions, 
but you can't expect it to use a cryptographic quality hash by 
default if that is considerably slower.
Anyone benchmarked that SipHash?


More information about the Digitalmars-d mailing list