Decision Workspace
increasing_heap_allocator vs linked_list_allocator vs ax_slab_allocator
Side-by-side comparison of Rust crates
49
increasing_heap_allocator
growingv0.1.3
A heap allocator framework that can be implemented based on increasing page allocator, usable anywhere.
59
linked_list_allocator
growingv0.10.5
Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
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
Core Metrics
| increasing_heap_allocator | linked_list_allocator | ax_slab_allocator | |
|---|---|---|---|
| Health Score | 49 | 59 | 49 |
| Total Downloads | 5.8K | 3.8M | 3.3K |
| 30d Downloads | 43 | 307.7K | 1.6K |
| Dependents | 18 | 327 | 2 |
| Releases | 4 | 46 | 2 |
| Last Updated | 807d ago | 1119d ago | 33d ago |
| Age | 2y 2m | 10y 1m | 1m |
Health Breakdown
increasing_heap_allocator
Maintenance
10
Quality
16
Community
9
Popularity
4
Documentation
10
linked_list_allocator
Maintenance
6
Quality
17
Community
15
Popularity
8
Documentation
13
ax_slab_allocator
Maintenance
12
Quality
14
Community
9
Popularity
4
Documentation
10
Technical Details
| increasing_heap_allocator | linked_list_allocator | ax_slab_allocator | |
|---|---|---|---|
| Version | 0.1.3 | 0.10.5 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0/MIT | MIT |
| Dependencies | 3 | 1 | 1 |
| Crate Size | 6KB | 23KB | 6KB |
| Features | 1 | 5 | 0 |
| Yanked % | 0.0% | 4.3% | 0.0% |
| Edition | 2021 | — | 2021 |
| MSRV | — | 1.61 | — |
| Owners | 1 | 2 (team) | 2 (team) |
Links
Quick Verdict
- •linked_list_allocator leads with a health score of 59/100, but none of the options score above 80.
- •linked_list_allocator is depended on by 327 crates — strongest ecosystem trust.
- •⚠ increasing_heap_allocator, linked_list_allocator have not been updated in over a year.