lkpy icon indicating copy to clipboard operation
lkpy copied to clipboard

Implement bulk heap for Torch KNN

Open mdekstrand opened this issue 1 year ago • 0 comments

Right now, the new item KNN code is using brute force for neighborhood limiting.

We should be able to implement the "kvp heap" logic with bulk heaps to do this more efficiently.

mdekstrand avatar May 06 '24 23:05 mdekstrand