Decision Workspace
btree-plus-store vs cranelift-bforest vs superset_map
Side-by-side comparison of Rust crates
44
btree-plus-store
growingv0.2.1
B-trees backed by a slab/arena to reduce allocations and increase locality + copyable, immutable B-trees which must be manually dropped
74
cranelift-bforest
growingv0.130.0
A forest of B+-trees
62
superset_map
growingv0.3.6
Map that stores distinct supersets based on the total order defined.
Core Metrics
| btree-plus-store | cranelift-bforest | superset_map | |
|---|---|---|---|
| Health Score | 44 | 74 | 62 |
| Total Downloads | 6.5K | 28.9M | 11.0K |
| 30d Downloads | 6 | 2.0M | 52 |
| Dependents | 0 | 219 | 16 |
| Releases | 4 | 214 | 13 |
| Last Updated | 989d ago | 7d ago | 9d ago |
| Age | 2y 8m | 7y 7m | 2y 7m |
Health Breakdown
btree-plus-store
Maintenance
5
Quality
15
Community
6
Popularity
5
Documentation
13
cranelift-bforest
Maintenance
20
Quality
15
Community
16
Popularity
8
Documentation
15
superset_map
Maintenance
20
Quality
15
Community
9
Popularity
5
Documentation
13
Technical Details
| btree-plus-store | cranelift-bforest | superset_map | |
|---|---|---|---|
| Version | 0.2.1 | 0.130.0 | 0.3.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | Apache-2.0 WITH LLVM-exception | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 1 |
| Crate Size | 1.7MB | 34KB | 20KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.91.0 | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •cranelift-bforest leads with a health score of 74/100, but none of the options score above 80.
- •cranelift-bforest is depended on by 219 crates — strongest ecosystem trust.
- •⚠ btree-plus-store has not been updated in over a year.