Decision Workspace
priority-set vs flat_rbtree vs bytearray-ringbuffer
Side-by-side comparison of Rust crates
35
priority-set
growingv0.1.0
A no_std Priority Set
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
Core Metrics
| priority-set | flat_rbtree | bytearray-ringbuffer | |
|---|---|---|---|
| Health Score | 35 | 52 | 47 |
| Total Downloads | 1.7K | 4.5K | 48 |
| 30d Downloads | 3 | 16 | 6 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 12 | 3 |
| Last Updated | 1567d ago | 265d ago | 51d ago |
| Age | 4y 3m | 9m | 1m |
Health Breakdown
priority-set
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
9
flat_rbtree
Maintenance
16
Quality
16
Community
6
Popularity
4
Documentation
10
bytearray-ringbuffer
Maintenance
11
Quality
15
Community
6
Popularity
2
Documentation
13
Technical Details
| priority-set | flat_rbtree | bytearray-ringbuffer | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.3 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 0 |
| Crate Size | 9KB | 15KB | 11KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2024 |
| 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.