Decision Workspace
ida-rs vs linked_list_allocator vs ruvix-region
Side-by-side comparison of Rust crates
43
ida-rs
experimentalv0.1.1
A thread-safe, no_std, sparse ID allocator using a radix tree. Ideal for systems programming.
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.
50
ruvix-region
experimentalv0.1.0
Memory region management for RuVix Cognition Kernel (ADR-087)
Core Metrics
| ida-rs | linked_list_allocator | ruvix-region | |
|---|---|---|---|
| Health Score | 43 | 59 | 50 |
| Total Downloads | 361 | 3.8M | 39 |
| 30d Downloads | 5 | 300.1K | 39 |
| Dependents | 0 | 327 | 4 |
| Releases | 2 | 46 | 1 |
| Last Updated | 158d ago | 1119d ago | 13d ago |
| Age | 5m | 10y 1m | 13d |
Health Breakdown
ida-rs
Maintenance
10
Quality
14
Community
6
Popularity
3
Documentation
10
linked_list_allocator
Maintenance
6
Quality
17
Community
15
Popularity
8
Documentation
13
ruvix-region
Maintenance
12
Quality
16
Community
8
Popularity
2
Documentation
12
Technical Details
| ida-rs | linked_list_allocator | ruvix-region | |
|---|---|---|---|
| Version | 0.1.1 | 0.10.5 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0/MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 1 | 4 |
| Crate Size | 12KB | 23KB | 31KB |
| Features | 0 | 5 | 5 |
| Yanked % | 0.0% | 4.3% | 0.0% |
| Edition | 2024 | — | 2021 |
| MSRV | — | 1.61 | 1.77 |
| 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.
- •⚠ linked_list_allocator has not been updated in over a year.