Module immutable_chunkmap::rc::map [] [src]

A Map implemented using a cache efficient balanced binary tree

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.