Hash Table Benchmarks Code for https://thenumb.at/Hashtables. Requires a compiler with C++20 and AVX2 support; tested with MSVC 19.34.31937 and clang-12. mkdir build cd build cmake .. cmake --build . --config Release