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
Age
Commit message (
Expand
)
Author
2021-02-11
Added replaced plot.
Tyge Løvset
2021-02-10
Benchmark image added.
Tyge Løvset
2021-02-09
added more benchmark code.
Tyge Løvset
2021-02-05
Yet another bug in csmap.h fixed. SHould be good now.
Tyge Løvset
2021-02-05
Rewrote to use c_container_of() instead of size_t offset.
Tyge Løvset
2021-02-04
Fixed a minor API mixup, Docs: open addressing/closed hashing..
Tyge Løvset
2021-02-04
map iter updates.
Tyge Løvset
2021-02-03
Two fixes in csmap. erase: value_del called on wrong node. Forgot calling ske...
Tyge Løvset
2021-02-02
Rewrote unordered map AA-tree csmap.h. Now uses array as memory pool instead ...
Tyge Løvset
2021-01-30
Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ...
Tyge Løvset
2021-01-26
Fixed bug in csmap_clear() and in map benchmarks2's. Set picobench output def...
Tyge Løvset
2021-01-24
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not...
Tyge Løvset
2021-01-21
Reverted namings: crand to crandom, and copt to coption.
Tyge Løvset
2021-01-20
Update picobench.
Tyge Løvset
2021-01-20
Updates on benchmark.
Tyge Løvset
2021-01-19
Changed template args sequence in cmap.
Tyge Løvset
2021-01-12
Added iter_data() instead of changing user_data() to preserve backward comp. ...
Tyge Løvset
2021-01-11
Added output all in picobenchmark + allow to have multiple baselines in one s...
Tyge Løvset
2021-01-10
Updated benchmarks for maps.
Tyge Løvset
2021-01-09
Added cmap benchmark and external picobenchmark.hpp
Tyge Løvset
2021-01-06
Some rand additions. May swap names of stc64_rand(rng) and stc64_random(void)...
Tyge Løvset
2020-12-31
More doc fixing.
Tyge Løvset
2020-12-31
Some minor touches.
Tyge Løvset
2020-12-30
Fixed memory leak in cvec_X_resize and cdeq_X_resize. Removed macros cdeq_siz...
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
Added PCG for comparison.
Tyge Løvset
2020-12-28
Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...
Tyge Løvset
2020-12-27
Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use cvec_X_...
Tyge Løvset
2020-12-21
Added another benchmark.
Tyge Løvset
2020-12-21
Added cdeq benchmark
Tyge Løvset
2020-12-21
Added some benchmarks. Fix typo in cdeq.h
Tyge Løvset
[prev]