Decision Workspace
box_intersect_ze vs segtri vs foldlist
Side-by-side comparison of Rust crates
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)
48
segtri
experimentalv0.2.1
Segment tree with customizable data type and update operations
46
foldlist
experimentalv1.0.1
A mutable list with fast folding
Core Metrics
| box_intersect_ze | segtri | foldlist | |
|---|---|---|---|
| Health Score | 38 | 48 | 46 |
| Total Downloads | 3.3K | 3.4K | 56 |
| 30d Downloads | 4 | 8 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 6 | 2 |
| Last Updated | 1034d ago | 353d ago | 113d ago |
| Age | 4y 11m | 11m | 3m |
Health Breakdown
box_intersect_ze
Maintenance
3
Quality
17
Community
5
Popularity
4
Documentation
9
segtri
Maintenance
12
Quality
14
Community
5
Popularity
4
Documentation
13
foldlist
Maintenance
11
Quality
17
Community
6
Popularity
2
Documentation
10
Technical Details
| box_intersect_ze | segtri | foldlist | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.1 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | GPL-3.0-or-later | MIT | MIT |
| Dependencies | 3 | 1 | 1 |
| Crate Size | 11KB | 10KB | 62KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •segtri leads with a health score of 48/100, but none of the options score above 80.
- •⚠ box_intersect_ze has not been updated in over a year.
- •box_intersect_ze, segtri are pre-1.0 — API may change.