summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/external
AgeCommit message (Collapse)Author
2022-12-20Restructured folders: examples, benchmarks, tests into misc folder.Tyge Lovset
2022-11-01Various updates.Tyge Løvset
2022-10-07Fixed a bug in csmap.h regarding #ifndef _i_emplace.Tyge Løvset
Updated a few external maps for benchmarks.
2022-09-26DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' ↵Tyge Løvset
as iter type, i.e. "%lld" printf format. crange_from() renamed to crange_make(). More docs.
2022-09-16Update external c++ unordered maps for benchmarking.Tyge Løvset
2022-07-17Tuned benchmark shootout_hashmaps.cpp and updated two external c++ hash ↵Tyge Løvset
tables to newest. Updated benchmarks/build_all.sh
2022-07-07Added emhash by ktprime to external benchmarks. Very fast iteration and lookups.Tyge Løvset
2022-07-07Added missing file: unordered_dense.h. Added -Wall -pedantic to benchmarks ↵Tyge Løvset
and fixed warnings. Thanks to ktprime for reporting.
2022-07-06Version 3.7. Make sure to check NEWS/Changes in README.md for a few ↵Tyge Løvset
code-breaking API changes.
2022-06-02Improved namings in utf8tabs.py and removed unicode tablesTyge Løvset
2021-11-07Added TSL maps and Khash iteration.Tyge Løvset
2021-11-07Cleanup shootout_hashmap.cppTyge Løvset
2021-11-06Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.Tyge Løvset