Registry / utility / chashmap

chashmap

JSON →
library2.2.2rscratesunverified

Fast, concurrent hash maps with extensive API.

# Cargo.toml [dependencies] chashmap = "2.2.2"
INSTALL
IMPORT
SIG · CHASHMAP
C
chashmap
utilityrustv2.2.2
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.

CHashMap
use chashmap::CHashMap;

Creates a concurrent hash map and performs a basic insert and get.

use chashmap::CHashMap; fn main() { let map = CHashMap::new(); map.insert("key", 42); println!("Value: {:?}", map.get(&"key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
chashmap — cargo add chashmap · libregistry