Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |