summaryrefslogtreecommitdiffstats
path: root/include/shard/VPTree.h
Commit message (Collapse)AuthorAgeFilesLines
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-171-8/+15
|
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-131-0/+314
Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine.