Decision Workspace
dpdk-global-allocator vs linked_list_allocator vs libc_alloc
Side-by-side comparison of Rust crates
33
dpdk-global-allocator
growingv0.1.0
A wrapper around DPDK's global, NUMA-aware memory allocator that can replace malloc.
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.
56
libc_alloc
growingv1.0.7
A simple global allocator which hooks into libc's malloc/free
Core Metrics
| dpdk-global-allocator | linked_list_allocator | libc_alloc | |
|---|---|---|---|
| Health Score | 33 | 59 | 56 |
| Total Downloads | 2.0K | 3.8M | 458.4K |
| 30d Downloads | 3 | 307.7K | 24.9K |
| Dependents | 0 | 327 | 25 |
| Releases | 1 | 46 | 8 |
| Last Updated | 2796d ago | 1119d ago | 738d ago |
| Age | 7y 8m | 10y 1m | 5y 11m |
Health Breakdown
dpdk-global-allocator
Maintenance
1
Quality
14
Community
6
Popularity
4
Documentation
8
linked_list_allocator
Maintenance
6
Quality
17
Community
15
Popularity
8
Documentation
13
libc_alloc
Maintenance
5
Quality
22
Community
10
Popularity
7
Documentation
12
Technical Details
| dpdk-global-allocator | linked_list_allocator | libc_alloc | |
|---|---|---|---|
| Version | 0.1.0 | 0.10.5 | 1.0.7 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | AGPL-3.0 | Apache-2.0/MIT | MIT |
| Dependencies | 4 | 1 | 0 |
| Crate Size | 9KB | 23KB | 3KB |
| Features | 0 | 5 | 1 |
| Yanked % | 0.0% | 4.3% | 0.0% |
| Edition | — | — | 2018 |
| MSRV | — | 1.61 | — |
| Owners | 1 | 2 (team) | 1 |
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.
- •⚠ dpdk-global-allocator, linked_list_allocator, libc_alloc have not been updated in over a year.
- •dpdk-global-allocator, linked_list_allocator are pre-1.0 — API may change.