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 set
immutable_
chunkmap
2.1.2
Module set
Module Items
Structs
Constants
Type Aliases
In crate immutable_
chunkmap
immutable_chunkmap
Module
set
Copy item path
Source
Structs
§
Set
This set uses a similar strategy to BTreeSet to ensure cache efficient performance on modern hardware while still providing log(N) get, insert, and remove operations.
SetIter
Weak
SetRef
Constants
§
DEFAULT_
SIZE
Type Aliases
§
SetL
set with a larger chunk size, faster to search, slower to update
SetM
set with the default chunk size, a good balance of search and update performance
SetS
set with a smaller chunk size, faster to update, slower to search
Weak
SetRefL
Weak
SetRefM
Weak
SetRefS