Decision Workspace
flat_rbtree vs bytearray-ringbuffer vs priority-set
Side-by-side comparison of Rust crates
52
flat_rbtree
experimentalv0.2.3
A flat, index-based Red-Black Tree with no heap allocations. Ideal for performance-critical or memory-constrained environments.
47
bytearray-ringbuffer
experimentalv0.3.0
a no_std and no-alloc ring buffer for variable-length byte slices in rust
35
priority-set
growingv0.1.0
A no_std Priority Set
Core Metrics
| flat_rbtree | bytearray-ringbuffer | priority-set | |
|---|---|---|---|
| Health Score | 52 | 47 | 35 |
| Total Downloads | 4.5K | 48 | 1.7K |
| 30d Downloads | 16 | 5 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 12 | 3 | 1 |
| Last Updated | 265d ago | 51d ago | 1567d ago |
| Age | 9m | 1m | 4y 3m |
Health Breakdown
flat_rbtree
Maintenance
16
Quality
16
Community
6
Popularity
4
Documentation
10
bytearray-ringbuffer
Maintenance
11
Quality
15
Community
6
Popularity
2
Documentation
13
priority-set
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
9
Technical Details
| flat_rbtree | bytearray-ringbuffer | priority-set | |
|---|---|---|---|
| Version | 0.2.3 | 0.3.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 2 |
| Crate Size | 15KB | 11KB | 9KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •flat_rbtree leads with a health score of 52/100, but none of the options score above 80.
- •⚠ priority-set has not been updated in over a year.