Closed palashahuja closed 2 years ago
Currently, there was a TODO for finding the sample with min_hits, which is currently done by iterating through the samples. This PR optimizes by using a binary heap.
Thanks, @palashahuja!
Currently, there was a TODO for finding the sample with min_hits, which is currently done by iterating through the samples. This PR optimizes by using a binary heap.