File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Comprehensive performance comparison against industry-standard memory allocators
1616
1717| Allocator | Version | Source |
1818| -----------| ---------| --------|
19- | ** AethAlloc** | 0.2.1 | Built from source |
19+ | ** AethAlloc** | 0.2.2 | Built from source |
2020| ** glibc** | System | GNU C Library default |
2121| ** jemalloc** | 5.3.0-unstable-2025-09-12 | nixpkgs |
2222| ** mimalloc** | 3.1.5 | nixpkgs |
@@ -199,4 +199,4 @@ All benchmarks are in `benches/`:
199199
200200| Date | Version | Notes |
201201| ------| ---------| -------|
202- | 2026-03-19 | 0.2.1 | Full benchmark suite vs competitors |
202+ | 2026-03-19 | 0.2.2 | Full benchmark suite vs competitors |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ members = [
77]
88
99[workspace .package ]
10- version = " 0.2.1 "
10+ version = " 0.2.2 "
1111edition = " 2021"
1212license = " MIT OR Apache-2.0"
1313repository = " https://github.com/anomalyco/aethalloc"
You can’t perform that action at this time.
0 commit comments