martinus / map_benchmark

Comprehensive benchmarks of C++ maps
MIT License
299 stars 29 forks source link

add boost unordered_flat_map without SSE #32

Closed martinus closed 1 year ago

camel-cdr commented 1 year ago

I don't think that creating separate map versions with and without SIMD is a good idea. I'd much rather build and benchmark all maps with -march=native and once without, as every implementation will benefit from -march=native to some extend, even if they didn't explicitly use SIMD intrinsics.