summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/cpque_benchmark.cpp
AgeCommit message (Collapse)Author
2021-11-06Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.Tyge Løvset
2021-10-05Changed recommended order of defining template parameters.Tyge Løvset
2021-09-19Fixed errors caused by gcc -std=c99 -pedantic.Tyge Løvset
2021-09-11Updated benchmarks to newstyle.Tyge Løvset
2021-03-26Changed cpque declaration to using_cpque(X, Value, valueCompare), and ↵Tyge Løvset
valueCompare optional: more consistent with STC conventions.
2021-01-21Reverted namings: crand to crandom, and copt to coption.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-21Added some benchmarks. Fix typo in cdeq.hTyge Løvset