Decision Workspace
collide_tree vs kdvtree vs box_intersect_ze
Side-by-side comparison of Rust crates
34
collide_tree
growingv0.1.1
A test for colliding many objects that runs at O(n*lg(n)) and can be used at any number of dimensions
39
kdvtree
growingv0.8.0
K-dimensional tree space-partitioning data structure
38
box_intersect_ze
growingv0.1.1
Broad phase collision detection using Zomorodian and Edelsbrunner's hybrid algorithm (streamed segment trees with pruning and scanning)
Core Metrics
| collide_tree | kdvtree | box_intersect_ze | |
|---|---|---|---|
| Health Score | 34 | 39 | 38 |
| Total Downloads | 3.0K | 6.6K | 3.3K |
| 30d Downloads | 4 | 6 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 4 | 2 |
| Last Updated | 1941d ago | 2853d ago | 1034d ago |
| Age | 5y 3m | 7y 10m | 4y 11m |
Health Breakdown
collide_tree
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
9
kdvtree
Maintenance
6
Quality
15
Community
5
Popularity
5
Documentation
8
box_intersect_ze
Maintenance
3
Quality
17
Community
5
Popularity
4
Documentation
9
Technical Details
| collide_tree | kdvtree | box_intersect_ze | |
|---|---|---|---|
| Version | 0.1.1 | 0.8.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | GPL-3.0-or-later |
| Dependencies | 2 | 1 | 3 |
| Crate Size | 5KB | 10KB | 11KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | — | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •kdvtree leads with a health score of 39/100, but none of the options score above 80.
- •⚠ collide_tree, kdvtree, box_intersect_ze have not been updated in over a year.