index
:
acap.git
main
Nearest neighbor search in Rust
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vp.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump the edition to 2021
Tavian Barnes
2021-10-24
1
-1
/
+0
*
Add explicit '_ lifetimes to generic types
Tavian Barnes
2021-10-21
1
-8
/
+8
*
Fix some clippy lints
Tavian Barnes
2021-10-12
1
-2
/
+2
*
kd, vp: Use as_deref()
Tavian Barnes
2021-06-02
1
-3
/
+2
*
knn: Move NearestNeighbor interfaces to a submodule
Tavian Barnes
2021-02-25
1
-2
/
+2
*
vp: Remove workaround for https://github.com/rust-lang/rust/issues/72582
Tavian Barnes
2021-02-24
1
-5
/
+1
*
vp: Add a non-consuming iter() to VpTree and FlatVpTree
Tavian Barnes
2021-02-24
1
-0
/
+92
*
vp: Fix FlatVpTree Debug field name
Tavian Barnes
2020-10-13
1
-1
/
+1
*
kd: Use a more traditional k-d tree implementation
Tavian Barnes
2020-07-06
1
-4
/
+4
*
Apply some rustfmt suggestions
Tavian Barnes
2020-06-28
1
-3
/
+1
*
Fix some clippy lints
Tavian Barnes
2020-06-27
1
-5
/
+11
*
Add links to module summaries
Tavian Barnes
2020-06-24
1
-1
/
+1
*
vp: Implement flat VP trees
Tavian Barnes
2020-06-24
1
-1
/
+182
*
vp: Implement vantage-point trees
Tavian Barnes
2020-06-24
1
-0
/
+372