summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/cmap_benchmark.cpp
AgeCommit message (Collapse)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 ↵Tyge Løvset
const mapped*). Added container_X_getmut() for mutable version. Updated docs.
2021-10-29Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, ↵Tyge Løvset
cdeq, cmap, csmap, cslist
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
and cset_X_init(). Minor changes in cvec, csmap, cstr, crandom.
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
Switched args in cmap_X_set_load_factors().
2021-01-09Added cmap benchmark and external picobenchmark.hppTyge Løvset
Updated cstr.h
2020-12-31More doc fixing.Tyge Løvset
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> ↵Tyge Løvset
stc64_rand().
2020-12-27Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use ↵Tyge Løvset
cvec_X_size(c) etc. Restructured benchmarks / examples.
2020-12-21Added some benchmarks. Fix typo in cdeq.hTyge Løvset