Home → Documentation → Performance
Contents
- Native AOT — the design that makes AOT compatibility possible
- Benchmarks — measured results against the sample Banking domain
Core Principles
Core Principles
Foundgine follows six performance principles:
- Compile-time over runtime
- Immutable metadata
- Deterministic execution
- Zero reflection
- Allocation awareness
- Cache-friendly data structures
Every optimization should support one or more of these principles.