Registry / utility / small-map

small-map

JSON →
library0.1.5rscratesunverified

An inline SIMD accelerated hashmap designed for small amounts of data.

# Cargo.toml [dependencies] small-map = "0.1.5"
INSTALL
IMPORT
SIG · SMALL-MAP
S
small-map
utilityrustv0.1.5
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.

SmallMap
use small_map::SmallMap;

Create and use a small SIMD-accelerated hashmap

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

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
small-map — cargo add small-map · libregistry