summaryrefslogtreecommitdiffstats
path: root/src/metric
Commit message (Expand)AuthorAgeFilesLines
* Use the acap nearest neighbors implementationHEADmasterTavian Barnes2020-06-245-971/+0
* Fix some clippy lintsTavian Barnes2020-05-112-0/+28
* metric/forest: Use a flat staging buffer to reduce tree building overheadTavian Barnes2020-05-091-38/+48
* metric: Relax Distances to have only a partial orderTavian Barnes2020-05-052-6/+4
* metric/approx: Implement approximate nearest neighbor searchTavian Barnes2020-05-031-0/+131
* metric/soft: Implement soft deletesTavian Barnes2020-05-031-0/+282
* metric/forest: Optimize bulk insertionTavian Barnes2020-05-031-20/+27
* metric/forest: Implement dynamized forestsTavian Barnes2020-05-021-0/+152
* metric/kd: Flatten the tree representationTavian Barnes2020-05-021-59/+54
* metric/vp: Flatten the tree representationTavian Barnes2020-05-021-82/+51
* metric/kd: Prune k-d tree searches more aggressivelyTavian Barnes2020-05-021-51/+65
* metric/kd: Implement k-d treesTavian Barnes2020-05-021-0/+217
* metric/vp: Implement vantage-point treesTavian Barnes2020-05-021-0/+168