Skip to content

TheNumbat/hashtables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published