A generic hash table
Posted Aug 9, 2012 5:02 UTC (Thu) by
alonz (subscriber, #815)
Parent article:
A generic hash table
Re the pointer-chasing vs. simple table argument—has anyone tried to modify the hash tables to implement Cuckoo hash behavior? From my experience these provide nice gains over a simple hash table, and with zero added complexity.
(
Log in to post comments)