There is a newer version of the record available.

Published March 10, 2026 | Version 3.1
Journal article Open

ACE-Alloc: A Cache-Efficient Lock-Free Memory Allocator (English/Japanese)

Authors/Creators

Description

# Zenodo v3.1 Description

This release contains v3.1 of the Hakozuna allocator paper and artifacts.

Contents include:

- `main_ja.pdf` / `main_en.pdf`
- benchmark tables and reproducibility docs
- scripts and result summaries for SSOT (`T=16/R=90`), T/R sweeps, `dist_app`,
  RSS snapshots, the mimalloc-bench subset, redis-like workloads, and the
  current Windows-native supplemental benchmark lanes

Profiles:

- `hz3` (ACE-Alloc): local-heavy workloads and low RSS
- `hz4` (message-passing variant): remote-heavy / high-thread scalability

Measurement scope:

- the paper's main reported measurements were collected on Ubuntu (native) with
  fixed build flags
- Windows-native allocator results are included as supplemental tables and
  public benchmark summaries, while Ubuntu remains the main evaluation lane
- see `docs/benchmarks/` for commands, parameters, and environment details

Source code is provided as:

- `hakozuna/` (`hz3`)
- `hakozuna-mt/` (`hz4`)

This release also documents a practical case study of rapid allocator R&D using
LLM-assisted design, implementation, and benchmarking.

Release shape:

- source-only release
- no prebuilt binaries
- public paper PDFs are tracked in `docs/paper/`

Files

main_en.pdf

Files (608.6 kB)

Name Size Download all
md5:749a8da566c96ea54c4e9765aed38d6f
218.3 kB Preview Download
md5:a31d3908f7b85b09253db7b9be207326
390.3 kB Preview Download

Additional details

Dates

Issued
2026-03-10

Software

Repository URL
https://github.com/hakorune/hakozuna
Programming language
C
Development Status
Active