Decision Workspace
slab_allocator_rs vs ax_slab_allocator vs slab_allocator
Side-by-side comparison of Rust crates
48
slab_allocator_rs
growingv1.0.2
Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and a buddy system allocator for blocks larger than 4096 bytes. Updated to latest nightly rust
49
ax_slab_allocator
experimentalv0.4.0
Slab allocator for `no_std` systems. Uses multiple slabs with blocks of different sizes and a linked list for blocks larger than 4096 bytes
30
slab_allocator
growingv0.3.5
Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and a linked list for blocks larger than 4096 bytes
Core Metrics
| slab_allocator_rs | ax_slab_allocator | slab_allocator | |
|---|---|---|---|
| Health Score | 48 | 49 | 30 |
| Total Downloads | 9.4K | 3.3K | 13.0K |
| 30d Downloads | 210 | 1.5K | 14 |
| Dependents | 11 | 2 | 0 |
| Releases | 3 | 2 | 8 |
| Last Updated | 1175d ago | 33d ago | 2759d ago |
| Age | 4y 10m | 1m | 8y 2m |
Health Breakdown
slab_allocator_rs
Maintenance
4
Quality
20
Community
9
Popularity
5
Documentation
10
ax_slab_allocator
Maintenance
12
Quality
14
Community
9
Popularity
4
Documentation
10
slab_allocator
Maintenance
3
Quality
11
Community
3
Popularity
5
Documentation
8
Technical Details
| slab_allocator_rs | ax_slab_allocator | slab_allocator | |
|---|---|---|---|
| Version | 1.0.2 | 0.4.0 | 0.3.5 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 1 | 2 |
| Crate Size | 6KB | 6KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 12.5% |
| Edition | 2021 | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •ax_slab_allocator leads with a health score of 49/100, but none of the options score above 80.
- •slab_allocator has the most downloads (13.0K), suggesting wider adoption.
- •⚠ slab_allocator_rs, slab_allocator have not been updated in over a year.
- •ax_slab_allocator, slab_allocator are pre-1.0 — API may change.