index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
benchmarks
/
cdeq_benchmark.cpp
Age
Commit message (
Collapse
)
Author
2021-11-06
Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.
Tyge Løvset
2021-10-29
Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, ↵
Tyge Løvset
cdeq, cmap, csmap, cslist
2021-10-02
Fixed benchmarks regarding cmap find bug.
Tyge Løvset
2021-09-11
Updated benchmarks to newstyle.
Tyge Løvset
2021-07-17
Some refactoring.
Tyge Lovset
2021-02-11
Updated benchmarks, README, two minor API fixes.
Tyge Løvset
2021-02-11
Updated benchmarks
Tyge Løvset
2021-02-10
Benchmark image added.
Tyge Løvset
2021-02-09
added more benchmark code.
Tyge Løvset
2021-02-04
Fixed a minor API mixup, Docs: open addressing/closed hashing..
Tyge Løvset
2021-01-24
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). ↵
Tyge Løvset
Not cvec_inits. Improved docs.
2021-01-21
Reverted namings: crand to crandom, and copt to coption.
Tyge Løvset
2020-12-30
Some more opts.
Tyge Løvset
2020-12-29
Another optimization on cdeq. Updated cdeq_benchmark.cpp
Tyge Løvset
2020-12-28
Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> ↵
Tyge Løvset
stc64_rand().
2020-12-21
Added cdeq benchmark
Tyge Løvset