conc-map-bench uses the bustle benchmarking harness. This is a port of the well regarded libcuckoo benchmark.
The benchmark measures performance under varying load conditions. This is done because a map suitable for one workload may not be suitable for another.
read 10%
insert 5%
remove 5%
update 80%
read 45%
insert 5%
remove 5%
update 45%
Machine: Apple M3 Max
OS: macOS 14.3
See the results/ directory.