summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/csmap_benchmark2.cpp
AgeCommit message (Collapse)Author
2021-02-24Moved last bm.Tyge Løvset
2021-02-22Minor.Tyge Løvset
2021-02-21Renamed emplace_put() to emplace_or_assign(). May add put() as alias to ↵Tyge Løvset
insert_or_assign().
2021-02-20Rewamp of cmap/csmap API. More to come.Tyge Løvset
2021-02-05Yet another bug in csmap.h fixed. SHould be good now.Tyge Løvset
2021-02-04map iter updates.Tyge Løvset
2021-02-03Two fixes in csmap. erase: value_del called on wrong node. Forgot calling ↵Tyge Løvset
skew and split 3 and 2 times in erase.
2021-02-02Rewrote unordered map AA-tree csmap.h. Now uses array as memory pool instead ↵Tyge Løvset
of individual allocated nodes. 40% faster. V1 moved to examples.
2021-01-26Fixed bug in csmap_clear() and in map benchmarks2's. Set picobench output ↵Tyge Løvset
default to concise_text.