Module ordered

Module ordered 

Source
Expand description

Implementation of Ordered that uses an ordered map internally to map translated keys to arbitrary values. Beyond the standard Unordered implementation, this variant adds the capability to retrieve values associated with both next and previous translated keys of a given key. There is no ordering guarantee provided over the values associated with each key. Ordering applies only to the translated key space.

Structsยง

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