tzaeschke / tinspin-indexes

Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree and PH-Tree
http://www.tinspin.org
Apache License 2.0
111 stars 24 forks source link

Skip rechecking prefix in queryKD #5

Open tzaeschke opened 9 years ago

tzaeschke commented 9 years ago

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