summaryrefslogtreecommitdiffstats
path: root/src/metric.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the acap nearest neighbors implementationHEADmasterTavian Barnes2020-06-241-546/+0
* Fix some clippy lintsTavian Barnes2020-05-111-0/+11
* metric/forest: Use a flat staging buffer to reduce tree building overheadTavian Barnes2020-05-091-0/+5
* metric: Relax Distances to have only a partial orderTavian Barnes2020-05-051-27/+20
* metric/approx: Implement approximate nearest neighbor searchTavian Barnes2020-05-031-0/+1
* metric/soft: Implement soft deletesTavian Barnes2020-05-031-0/+1
* metric/forest: Implement dynamized forestsTavian Barnes2020-05-021-0/+1
* metric/kd: Implement k-d treesTavian Barnes2020-05-021-0/+1
* metric/vp: Implement vantage-point treesTavian Barnes2020-05-021-0/+2
* metric: Add some general interfaces for metric spacesTavian Barnes2020-05-021-0/+531