A memory efficient hashfree hashmap implementation packaged as a header-only library.
Use CMake to install to $PWD/local (headers and CMake configuration):
cmake --workflow --preset quick-release
cmake --install build-quick --config Release --prefix=$PWD/localUbuntu (assuming 24.04 LTS):
sudo apt install cmake ninja-build g++
sudo apt install libsparsehash-devmacOS (install XCode from AppStore, and Homebrew):
brew install cmake ninja
brew install google-sparsehashTest and benchmark release:
cmake --workflow --preset releaseTest Debug with Sanitizers:
cmake --workflow --preset debug-sanInspect other presets:
cmake --workflow --list-presetscmake --list-presets=configure
cmake --list-presets=build
cmake --list-presets=test