summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/cdeq_benchmark.cpp
AgeCommit message (Collapse)Author
2021-11-06Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.Tyge Løvset
2021-10-29Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, ↵Tyge Løvset
cdeq, cmap, csmap, cslist
2021-10-02Fixed benchmarks regarding cmap find bug.Tyge Løvset
2021-09-11Updated benchmarks to newstyle.Tyge Løvset
2021-07-17Some refactoring.Tyge Lovset
2021-02-11Updated benchmarks, README, two minor API fixes.Tyge Løvset
2021-02-11Updated benchmarksTyge Løvset
2021-02-10Benchmark image added.Tyge Løvset
2021-02-09added more benchmark code.Tyge Løvset
2021-02-04Fixed a minor API mixup, Docs: open addressing/closed hashing..Tyge Løvset
2021-01-24Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). ↵Tyge Løvset
Not cvec_inits. Improved docs.
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2020-12-30Some more opts.Tyge Løvset
2020-12-29Another optimization on cdeq. Updated cdeq_benchmark.cppTyge Løvset
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> ↵Tyge Løvset
stc64_rand().
2020-12-21Added cdeq benchmarkTyge Løvset