summaryrefslogtreecommitdiffstats
path: root/src/metric/forest.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the acap nearest neighbors implementationHEADmasterTavian Barnes2020-06-241-187/+0
* Fix some clippy lintsTavian Barnes2020-05-111-0/+18
* metric/forest: Use a flat staging buffer to reduce tree building overheadTavian Barnes2020-05-091-38/+48
* metric/forest: Optimize bulk insertionTavian Barnes2020-05-031-20/+27
* metric/forest: Implement dynamized forestsTavian Barnes2020-05-021-0/+152