Module map
immutable_
chunkmap
2.0.6
Module map
Module Items
Structs
Constants
Type Aliases
In crate immutable_
chunkmap
Modules
map
set
immutable_chunkmap
Module
map
Copy item path
Settings
Help
Summary
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