This benchmark is created to compare the performance of different hash tables with different hash functions in in-memory aggregation scenario. Benchmark is based on real anonymized web analytics data ...
This is an attempt at designing a novel hashtable implementation. obtuse-hashmap mixes ideas from existing implementations, mostly F14 and sparsehash. Please note that this is more of a "what if" than ...