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
/
cmap_benchmark2.cpp
Age
Commit message (
Expand
)
Author
2021-02-24
More docs and some file renames.
Tyge Løvset
2021-02-22
Minor.
Tyge Løvset
2021-02-21
Renamed emplace_put() to emplace_or_assign(). May add put() as alias to inser...
Tyge Løvset
2021-02-20
Rewamp of cmap/csmap API. More to come.
Tyge Løvset
2021-02-15
Added fast posix memccpy() - c_memccpy().
Tyge Løvset
2021-02-14
Refinements.
Tyge Løvset
2021-02-13
Replaced default hash for cmap.
Tyge Løvset
2021-02-05
Rewrote to use c_container_of() instead of size_t offset.
Tyge Løvset
2021-02-04
map iter updates.
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-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