Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the edition to 2021 | Tavian Barnes | 2021-10-24 | 1 | -2/+0 |
| | |||||
* | kd: Use a more traditional k-d tree implementation | Tavian Barnes | 2020-07-06 | 1 | -9/+11 |
| | | | | | | | | | 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). | ||||
* | Apply some rustfmt suggestions | Tavian Barnes | 2020-06-28 | 1 | -3/+3 |
| | |||||
* | docs: Update some links | Tavian Barnes | 2020-06-27 | 1 | -4/+6 |
| | |||||
* | docs: Integrate KaTeX and add some formulas | Tavian Barnes | 2020-06-27 | 1 | -0/+7 |
| | |||||
* | euclid: Fix a doc typo (s/Createa/Creates/) | Tavian Barnes | 2020-06-25 | 1 | -1/+1 |
| | |||||
* | Add links to module summaries | Tavian Barnes | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | euclid: Implement Euclidean distance | Tavian Barnes | 2020-06-24 | 1 | -0/+390 |