Organization profile and meta-repo for ZeroAlloc-Net.
| Path | Description |
|---|---|
profile/README.md |
Org profile shown on the ZeroAlloc-Net GitHub page |
docs/plans/ |
Design documents and implementation plans |
ZeroAlloc-Net is home to a family of high-performance .NET libraries built around three principles:
- Zero allocations — no heap pressure at steady state
- Native AOT compatible — no reflection, no runtime code generation
- Compile-time correctness — errors and wiring validated by Roslyn at build time, not at startup