Decision Workspace
incremental-tree-set-union vs meminterval vs store-interval-tree
Side-by-side comparison of Rust crates
48
incremental-tree-set-union
experimentalv0.1.1
Gabow-Tarjan linear-time algorithm for incremental tree set union (JCSS 1985)
54
meminterval
growingv0.4.2
A simple interval-tree in Rust made to store memory mappings
47
store-interval-tree
growingv0.4.0
A balanced unbounded interval-tree in Rust with associated values in the nodes
Core Metrics
| incremental-tree-set-union | meminterval | store-interval-tree | |
|---|---|---|---|
| Health Score | 48 | 54 | 47 |
| Total Downloads | 22 | 467.9K | 20.4K |
| 30d Downloads | 22 | 23.7K | 686 |
| Dependents | 0 | 51 | 21 |
| Releases | 2 | 6 | 5 |
| Last Updated | 5d ago | 235d ago | 1221d ago |
| Age | 6d | 3y 5m | 3y 5m |
Health Breakdown
incremental-tree-set-union
Maintenance
14
Quality
14
Community
6
Popularity
2
Documentation
12
meminterval
Maintenance
7
Quality
16
Community
11
Popularity
7
Documentation
13
store-interval-tree
Maintenance
4
Quality
15
Community
10
Popularity
5
Documentation
13
Technical Details
| incremental-tree-set-union | meminterval | store-interval-tree | |
|---|---|---|---|
| Version | 0.1.1 | 0.4.2 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 6 | 2 | 1 |
| Crate Size | 106KB | 10KB | 11KB |
| Features | 2 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| 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.
- •⚠ store-interval-tree has not been updated in over a year.