Decision Workspace
axiom_mem vs fastalloc vs tcmalloc-better
Side-by-side comparison of Rust crates
48
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.
55
fastalloc
experimentalv1.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.
53
tcmalloc-better
experimentalv0.1.19
A Rust wrapper over Google's TCMalloc memory allocator
Core Metrics
| axiom_mem | fastalloc | tcmalloc-better | |
|---|---|---|---|
| Health Score | 48 | 55 | 53 |
| Total Downloads | 176 | 638 | 51.8K |
| 30d Downloads | 4 | 6 | 9.3K |
| Dependents | 0 | 0 | 5 |
| Releases | 2 | 4 | 20 |
| Last Updated | 135d ago | 148d ago | 284d ago |
| Age | 5m | 5m | 10m |
Health Breakdown
axiom_mem
Maintenance
11
Quality
15
Community
6
Popularity
3
Documentation
13
fastalloc
Maintenance
12
Quality
19
Community
6
Popularity
3
Documentation
15
tcmalloc-better
Maintenance
9
Quality
18
Community
8
Popularity
6
Documentation
12
Technical Details
| axiom_mem | fastalloc | tcmalloc-better | |
|---|---|---|---|
| Version | 0.2.0 | 1.5.0 | 0.1.19 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 7 | 2 |
| Crate Size | 32KB | 83KB | 9KB |
| Features | 0 | 8 | 13 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.70.0 | 1.87.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fastalloc leads with a health score of 55/100, but none of the options score above 80.
- •tcmalloc-better has the most downloads (51.8K), suggesting wider adoption.
- •axiom_mem, tcmalloc-better are pre-1.0 — API may change.