summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/cmap_benchmark.cpp
AgeCommit message (Expand)Author
2021-11-06Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.Tyge Løvset
2021-11-03Changed container_X_get() and container_X_at() to return const value* (or con...Tyge Løvset
2021-10-29Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...Tyge Løvset
2021-10-05Changed recommended order of defining template parameters.Tyge Løvset
2021-10-02Fixed benchmarks regarding cmap find bug.Tyge Løvset
2021-09-11Updated benchmarks to newstyle.Tyge Løvset
2021-02-13Replaced default hash for cmap.Tyge Løvset
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-01-30Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ...Tyge Løvset
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2021-01-19Changed template args sequence in cmap.Tyge Løvset
2021-01-10Updated benchmarks for maps.Tyge Løvset
2021-01-09Added cmap benchmark and external picobenchmark.hppTyge Løvset
2020-12-31More doc fixing.Tyge Løvset
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...Tyge Løvset
2020-12-27Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use cvec_X_...Tyge Løvset
2020-12-21Added some benchmarks. Fix typo in cdeq.hTyge Løvset