mattlorimor/ProbabilisticDataStructures

Improve TopK to use a real heap data structure

mattlorimor opened this issue · 1 comments

Improve TopK to use a real heap data structure

The way TopK is implementing its heap property now is really crappy. Should seek out a better solution.