[][src]Module immutable_chunkmap::map

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.