Decision Workspace
plurality vs fastalloc vs axiom_mem
Side-by-side comparison of Rust crates
45
plurality
experimentalv0.1.0
A highly efficient pooling memory allocator
54
fastalloc
growingv1.5.0
High-performance memory pooling library with type-safe handles, predictable latency, and zero fragmentation. Perfect for game engines, real-time systems, and high-churn workloads.
45
axiom_mem
experimentalv0.2.0
A stable and high-performance low-level memory management library for Rust, providing fixed-capacity pools and deterministic allocation for latency-sensitive systems.
Core Metrics
| plurality | fastalloc | axiom_mem | |
|---|---|---|---|
| Health Score | 45 | 54 | 45 |
| Total Downloads | 64 | 666 | 184 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 4 | 2 |
| Last Updated | 13d ago | 256d ago | 243d ago |
| Age | 13d | 9m | 8m |
Health Breakdown
plurality
Maintenance
12
Quality
13
Community
6
Popularity
2
Documentation
12
fastalloc
Maintenance
10
Quality
20
Community
6
Popularity
3
Documentation
15
axiom_mem
Maintenance
8
Quality
15
Community
6
Popularity
3
Documentation
13
Technical Details
| plurality | fastalloc | axiom_mem | |
|---|---|---|---|
| Version | 0.1.0 | 1.5.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 17 | 7 | 0 |
| Crate Size | 65KB | 83KB | 32KB |
| Features | 2 | 8 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.93 | 1.70.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fastalloc leads with a health score of 54/100, but none of the options score above 80.
- •plurality, axiom_mem are pre-1.0 — API may change.