sparsehashv2.0.4
- Updated
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.
- Project website: https://github.com/sparsehash/sparsehash
#Usage
The package sparsehash provides CMake targets:
find_package(sparsehash CONFIG REQUIRED)
target_link_libraries(main PRIVATE sparsehash::sparsehash)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
zi-m
Billy O'Neal
chausner
autoantwort