The sparsehash package consists of two hashtable implementations: sparse, which is designed to be very space efficient, and dense, which is designed to be very time efficient.
Run the following Vcpkg command to install the port.
vcpkg install sparsehash
The package sparsehash provides CMake targets:
find_package(sparsehash CONFIG REQUIRED) target_link_libraries(main PRIVATE sparsehash::sparsehash)
v2.0.3#0
Oct 28, 2020
All
sparsehash/sparsehash
github.com/sparsehash/sparsehash
09a647a526
Complex license
Control