summaryrefslogtreecommitdiffstats
path: root/src/frontier/mean.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move soft deletion into the forest implementationmainTavian Barnes2023-12-051-8/+2
| | | | This allows us to filter out deleted items whenever we rebuild a tree.
* frontier: Remove unused is_empty() methodTavian Barnes2023-11-211-4/+0
|
* Bump dependenciesTavian Barnes2021-10-241-1/+1
|
* Bump acap to 0.2.0Tavian Barnes2020-08-241-3/+12
| | | | | This requires adapting to the new k-d trees, which are significantly faster.
* Use the acap nearest neighbors implementationHEADmasterTavian Barnes2020-06-241-9/+10
|
* Fix some clippy lintsTavian Barnes2020-05-111-0/+4
|
* frontier/mean: Implement mean selectionTavian Barnes2020-05-031-0/+140