crates.io : bisetmap
BisetMap is a fast and thread-safe two-way hash map of sets. It is best suited where you need to associate two collumns uniquely. Each key is associated to one or more other unique values. The structure is interior mutable and all operations are thread safe. Each clone provides access to the same underlying data. Serialize and Deserialize from serde are also implemented.
Registry
-
Source
- Homepage
- Documentation
- JSON
purl: pkg:cargo/bisetmap
Keywords:
map
, hashmap
, bidirectional
, two-way
, multimap
License: MIT
Latest release: over 7 years ago
First release: over 7 years ago
Dependent packages: 1
Dependent repositories: 2
Downloads: 29,848 total
Stars: 13 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago