Decision Workspace
itertree vs meminterval vs incremental-tree-set-union
Side-by-side comparison of Rust crates
29
itertree
growingv0.0.3
Hobby project to experiment with tree traversal using iterators
54
meminterval
growingv0.4.2
A simple interval-tree in Rust made to store memory mappings
48
incremental-tree-set-union
experimentalv0.1.1
Gabow-Tarjan linear-time algorithm for incremental tree set union (JCSS 1985)
Core Metrics
| itertree | meminterval | incremental-tree-set-union | |
|---|---|---|---|
| Health Score | 29 | 54 | 48 |
| Total Downloads | 1.7K | 467.9K | 22 |
| 30d Downloads | 3 | 22.9K | 22 |
| Dependents | 0 | 51 | 0 |
| Releases | 1 | 6 | 2 |
| Last Updated | 1784d ago | 235d ago | 5d ago |
| Age | 4y 10m | 3y 5m | 6d |
Health Breakdown
itertree
Maintenance
1
Quality
15
Community
2
Popularity
4
Documentation
7
meminterval
Maintenance
7
Quality
16
Community
11
Popularity
7
Documentation
13
incremental-tree-set-union
Maintenance
14
Quality
14
Community
6
Popularity
2
Documentation
12
Technical Details
| itertree | meminterval | incremental-tree-set-union | |
|---|---|---|---|
| Version | 0.0.3 | 0.4.2 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | non-standard | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 2 | 6 |
| Crate Size | 7KB | 10KB | 106KB |
| Features | 0 | 1 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •meminterval leads with a health score of 54/100, but none of the options score above 80.
- •⚠ itertree has not been updated in over a year.