Module topk

Module topk 

Source
Expand description

TopK functionality for aggregates

Modulesยง

hash_table
A wrapper around hashbrown::RawTable that allows entries to be tracked by index
heap
A custom binary heap implementation for performant top K aggregation
priority_map
A Map<K, V> / PriorityQueue combo that evicts the worst values after reaching capacity