Bug reports, benchmarks on different hardware, and patches are welcome.
Open an issue with:
- What you did (build command, test program)
- What happened (output, crash, wrong result)
- What you expected
- Platform (
uname -a, compiler version)
- Keep changes minimal and focused.
make testmust pass.- If you change the allocator core, describe the performance impact.
- One logical change per pull request.
The codebase is preprocessed C — no macros, K&R braces, 4-space indent. Match the surrounding code.
By contributing you agree your work is released under the MIT License.