Decision Workspace
segtri vs foldlist vs box_intersect_ze
Side-by-side comparison of Rust crates
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
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
| segtri | foldlist | box_intersect_ze | |
|---|---|---|---|
| Health Score | 48 | 46 | 38 |
| Total Downloads | 3.4K | 56 | 3.3K |
| 30d Downloads | 8 | 4 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 6 | 2 | 2 |
| Last Updated | 353d ago | 113d ago | 1034d ago |
| Age | 11m | 3m | 4y 11m |
Health Breakdown
segtri
Maintenance
12
Quality
14
Community
5
Popularity
4
Documentation
13
foldlist
Maintenance
11
Quality
17
Community
6
Popularity
2
Documentation
10
box_intersect_ze
Maintenance
3
Quality
17
Community
5
Popularity
4
Documentation
9
Technical Details
| segtri | foldlist | box_intersect_ze | |
|---|---|---|---|
| Version | 0.2.1 | 1.0.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | GPL-3.0-or-later |
| Dependencies | 1 | 1 | 3 |
| Crate Size | 10KB | 62KB | 11KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| 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.
- •segtri, box_intersect_ze are pre-1.0 — API may change.