Docs.rs
immutable-chunkmap-2.1.2
immutable-chunkmap 2.1.2
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
estokes
Dependencies
arrayvec ^0.7
normal
fxhash ^0.2
normal
optional
poolshark ^0.2.0
normal
optional
rayon ^1
normal
optional
serde ^1
normal
optional
arcstr ^1
dev
compact_str ^0.9
dev
hashbrown ^0.15
dev
netidx-value ^0.29
dev
paste ^1
dev
rand ^0.8
dev
rayon ^1
dev
serde ^1
dev
serde_json ^1
dev
Versions
78.26%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module map
immutable_
chunkmap
2.1.2
Module map
Module Items
Structs
Constants
Type Aliases
In crate immutable_
chunkmap
immutable_chunkmap
Module
map
Copy item path
Source
Structs
§
Map
This Map uses a similar strategy to BTreeMap to ensure cache efficient performance on modern hardware while still providing log(N) get, insert, and remove operations.
Weak
MapRef
A weak reference to a map.
Constants
§
DEFAULT_
SIZE
Type Aliases
§
MapL
Map using a larger chunk size, faster to search, slower to update
MapM
Map using the default chunk size, a good balance of update and search
MapS
Map using a smaller chunk size, faster to update, slower to search
Weak
MapRefL
Weak
MapRefM
Weak
MapRefS