Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the edition to 2021 | Tavian Barnes | 2021-10-24 | 1 | -2/+0 |
| | |||||
* | Add explicit '_ lifetimes to generic types | Tavian Barnes | 2021-10-21 | 1 | -1/+1 |
| | |||||
* | Fix some clippy lints | Tavian Barnes | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | exhaustive: Derive Clone | Tavian Barnes | 2021-07-04 | 1 | -1/+1 |
| | |||||
* | knn: Move NearestNeighbor interfaces to a submodule | Tavian Barnes | 2021-02-25 | 1 | -3/+3 |
| | |||||
* | exhaustive: Add a non-consuming iter() | Tavian Barnes | 2021-02-24 | 1 | -3/+37 |
| | |||||
* | exhaustive: Add a wrapper type for IntoIterator | Tavian Barnes | 2021-02-24 | 1 | -9/+13 |
| | |||||
* | kd: Use a more traditional k-d tree implementation | Tavian Barnes | 2020-07-06 | 1 | -2/+2 |
| | | | | | | | | | The slight extra pruning possible in the previous implementation didn't seem to be worth it. The new, simpler implementation is also about 30% faster in most of the benchmarks. This gets rid of Coordinate{Proximity,Metric} as they're not necessary any more (and the old ExactNeighbors impl was too restrictive anyway). | ||||
* | docs: Update some links | Tavian Barnes | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | exhaustive: Implement an exhaustive search index | Tavian Barnes | 2020-06-24 | 1 | -0/+89 |