Registry / utility / parallel-hashmap

parallel-hashmap

JSON →
library2.0.0vcpkgunverified

A header-only, very fast and memory-friendly family of C++ hash map & btree containers.

vcpkg install parallel-hashmap
INSTALL
IMPORT
SIG · PARALLEL-HASHMAP
P
parallel-hashmap
utilitycppv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parallel_hashmap/phmap.h
#include <parallel_hashmap/phmap.h>

Creates a flat hash map and inserts a key-value pair.

#include <parallel_hashmap/phmap.h> int main() { phmap::flat_hash_map<int, int> m; m[1] = 2; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

parallel-hashmap — pip install parallel-hashmap · libregistry