Decision Workspace
rbtset vs treap vs meminterval
Side-by-side comparison of Rust crates
41
rbtset
growingv1.0.2
A set based on a RB-Tree for efficient operations.
37
treap
growingv0.0.3
Randomized treap implementation
54
meminterval
growingv0.4.2
A simple interval-tree in Rust made to store memory mappings
Core Metrics
| rbtset | treap | meminterval | |
|---|---|---|---|
| Health Score | 41 | 37 | 54 |
| Total Downloads | 5.3K | 6.4K | 467.9K |
| 30d Downloads | 5 | 5 | 22.9K |
| Dependents | 0 | 0 | 51 |
| Releases | 3 | 3 | 6 |
| Last Updated | 1889d ago | 3759d ago | 235d ago |
| Age | 6y 10m | 11y 1m | 3y 5m |
Health Breakdown
rbtset
Maintenance
3
Quality
20
Community
5
Popularity
4
Documentation
9
treap
Maintenance
3
Quality
15
Community
3
Popularity
5
Documentation
11
meminterval
Maintenance
7
Quality
16
Community
11
Popularity
7
Documentation
13
Technical Details
| rbtset | treap | meminterval | |
|---|---|---|---|
| Version | 1.0.2 | 0.0.3 | 0.4.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 1 | 2 |
| Crate Size | 10KB | 5KB | 10KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | — | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •meminterval leads with a health score of 54/100, but none of the options score above 80.
- •⚠ rbtset, treap have not been updated in over a year.
- •treap, meminterval are pre-1.0 — API may change.