Module unordered

Module unordered 

Source
Expand description

A memory-efficient index that uses an unordered map internally to map translated keys to arbitrary values. If you require ordering over the map’s keys, consider crate::index::ordered::Index instead.

Structs§

Cursor
A cursor for the unordered Index that wraps the shared implementation.
Index
A memory-efficient index that uses an unordered map internally to map translated keys to arbitrary values.