index
:
kd-forest.git
main
master
rust
An implementation of k-d forests
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
frontier/min: Implement min selection
Tavian Barnes
2020-05-03
2
-0
/
+211
|
*
frontier/image: Implement image frontiers
Tavian Barnes
2020-05-03
2
-1
/
+144
|
*
frontier: New trait for choosing color locations
Tavian Barnes
2020-05-03
2
-0
/
+19
|
*
color/order: Implement color orderings
Tavian Barnes
2020-05-03
4
-0
/
+334
|
*
color/source: Implement color sources
Tavian Barnes
2020-05-03
2
-0
/
+78
|
*
color: Implement color spaces
Tavian Barnes
2020-05-03
2
-0
/
+283
|
*
metric/approx: Implement approximate nearest neighbor search
Tavian Barnes
2020-05-03
2
-0
/
+132
|
*
metric/soft: Implement soft deletes
Tavian Barnes
2020-05-03
2
-0
/
+283
|
*
metric/forest: Optimize bulk insertion
Tavian Barnes
2020-05-03
1
-20
/
+27
|
*
metric/forest: Implement dynamized forests
Tavian Barnes
2020-05-02
2
-0
/
+153
|
*
metric/kd: Flatten the tree representation
Tavian Barnes
2020-05-02
1
-59
/
+54
|
*
metric/vp: Flatten the tree representation
Tavian Barnes
2020-05-02
1
-82
/
+51
|
*
metric/kd: Prune k-d tree searches more aggressively
Tavian Barnes
2020-05-02
1
-51
/
+65
|
*
metric/kd: Implement k-d trees
Tavian Barnes
2020-05-02
2
-0
/
+218
|
*
metric/vp: Implement vantage-point trees
Tavian Barnes
2020-05-02
2
-0
/
+170
|
*
metric: Add some general interfaces for metric spaces
Tavian Barnes
2020-05-02
2
-0
/
+533
|
*
Begin re-writing in Rust
Tavian Barnes
2020-05-01
1
-0
/
+1