Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 678 Bytes

File metadata and controls

27 lines (18 loc) · 678 Bytes

Contributing

Bug reports, benchmarks on different hardware, and patches are welcome.

Reporting issues

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)

Submitting patches

  • Keep changes minimal and focused.
  • make test must pass.
  • If you change the allocator core, describe the performance impact.
  • One logical change per pull request.

Code style

The codebase is preprocessed C — no macros, K&R braces, 4-space indent. Match the surrounding code.

License

By contributing you agree your work is released under the MIT License.