Type Definition immutable_chunkmap::map::MapL[][src]

pub type MapL<K, V> = Map<K, V, {DEFAULT_SIZE * 2}>;
Expand description

Map using a larger chunk size, faster to search, slower to update