tinspin-indexes icon indicating copy to clipboard operation
tinspin-indexes copied to clipboard

Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree and PH-Tree

Results 3 tinspin-indexes issues
Sort by recently updated
recently updated
newest added

m0/m1 computation in the quadtree iterators could be improved by replacing ``` for (int d = 0; d < center.length; d++) { m0 63) & 1; } ```

enhancement

queryKD should not recheck the prefix when checking for a match. This is already done in the other query() classes.

enhancement

Try using the MinMaxHeapPool from phtree-2.8.0 for reducing GC.

enhancement