# Functions

No description provided by the author
No description provided by the author

# Structs

MappedHeap is a combination of map and heap structures which allows for efficient sorting, uniqueness guarantees, and constant time lookups.
TimedItem implements Item for a string: time.Time tuple.
No description provided by the author

# Interfaces

Item describes a type accepted by the mapped heap implementation.