Improve TopK to use a real heap data structure
mattlorimor opened this issue · 1 comments
mattlorimor commented
Improve TopK to use a real heap data structure
mattlorimor commented
The way TopK is implementing its heap property now is really crappy. Should seek out a better solution.