top | item 47114142 (no title) vanderZwan | 7 days ago Are you talking about Cuckoo++ tables, perhaps? If not can you point me to the hash table you had in mind? Always fun to learn of a new approach.https://github.com/technicolor-research/cuckoopp discuss order hn newest Sesse__|7 days ago IIRC, it's this paper: https://db.in.tum.de/~birler/papers/hashtable.pdfI never implemented their hash table, but it opened my eyes to the technique of a tiny Bloom filter, which I've used now a couple of times to fairly good (if small) effect. :-) vanderZwan|7 days ago Thanks! This'll be a fun read :)
Sesse__|7 days ago IIRC, it's this paper: https://db.in.tum.de/~birler/papers/hashtable.pdfI never implemented their hash table, but it opened my eyes to the technique of a tiny Bloom filter, which I've used now a couple of times to fairly good (if small) effect. :-) vanderZwan|7 days ago Thanks! This'll be a fun read :)
Sesse__|7 days ago
I never implemented their hash table, but it opened my eyes to the technique of a tiny Bloom filter, which I've used now a couple of times to fairly good (if small) effect. :-)
vanderZwan|7 days ago