summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/vector_vs_deque.cpp
AgeCommit message (Collapse)Author
2021-02-13Added benchmark setup and plot script.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-30Fixed memory leak in cvec_X_resize and cdeq_X_resize. Removed macros ↵Tyge Løvset
cdeq_size, cdeq_capacity, cdeq_empty. Use the cvec_X_* names instead.
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> ↵Tyge Løvset
stc64_rand().
2020-12-21Added another benchmark.Tyge Løvset