1. Home
  2. Browse
  3. sparsehash

sparsehash

v2.0.4#1Latest

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.

Install

Run the following Vcpkg command to install the port.

vcpkg install sparsehash

Usage

The package sparsehash provides CMake targets:

find_package(sparsehash CONFIG REQUIRED)
target_link_libraries(main PRIVATE sparsehash::sparsehash)
See source

Version

v2.0.4#1

Publication

Supports

All

GitHub

sparsehash/sparsehash

Homepage

github.com/sparsehash/sparsehash

Subtree

22d7c8b375

License

Complex license

Definition

Manifest