Expand description
TopK functionality for aggregates
Modulesยง
- hash_
table - A wrapper around
hashbrown::RawTablethat allows entries to be tracked by index - heap
- A custom binary heap implementation for performant top K aggregation
- priority_
map - A
Map<K, V>/PriorityQueuecombo that evicts the worst values after reachingcapacity