summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/csmap_benchmark2.cpp
AgeCommit message (Expand)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 inser...Tyge Løvset
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 ske...Tyge Løvset
2021-02-02Rewrote unordered map AA-tree csmap.h. Now uses array as memory pool instead ...Tyge Løvset
2021-01-26Fixed bug in csmap_clear() and in map benchmarks2's. Set picobench output def...Tyge Løvset