summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/external/emhash/hash_table7.hpp
AgeCommit message (Collapse)Author
2023-05-29Update extern benchmark maps.Tyge Løvset
Removed i_expandby in cmap. Always expand by 2 i.e 2^n buckets..
2023-04-18Removed unneeded custom size type in maps and bits.h. Prepared for possible ↵Tyge Løvset
robin-hood impl. Improved sso_bench.c testing string hash - twice as fast as m.ankeln robin impl !?.
2023-02-11Some more docs. Renamed (half-)internal template parameter i_size => ↵Tyge Løvset
i_ssize. Updated external cpp maps for benchmarks.
2023-01-05Updated external benchmark hash maps to latest, and improved example ↵Tyge Lovset
lower_bound.c
2022-12-20Restructured folders: examples, benchmarks, tests into misc folder.Tyge Lovset