Module priority_map

Module priority_map 

Source
Expand description

A Map<K, V> / PriorityQueue combo that evicts the worst values after reaching capacity

Structsยง

PriorityMap
A Map<K, V> / PriorityQueue combo that evicts the worst values after reaching capacity