Skip to Content

sparsehash v2.0.4

Created
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.

# Usage

The package sparsehash provides CMake targets:

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

# License

Unknown

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • zi-m's avatar zi-m
  • Billy O'Neal's avatar Billy O'Neal
  • chausner's avatar chausner
  • autoantwort's avatar autoantwort

# Changelog

  • e7e328c [many ports] call vcpkg_fixup_pkgconfig() (#20953)
  • 22d7c8b [Many ports] Remove/fix unused patch files (#20620)
  • 39b1392 [sparsehash] Update to 2.0.4 (#20343)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 87da388 [sparsehash] Add new port (#7772)

# Source