Performance

CPU-Bound Workloads

Last updated Jun 23, 2026

CPU-bound programs are the most likely to benefit from native compilation.

Examples include numerical loops, data transformation, parsing, and simulation. Native code removes interpreter overhead for supported constructs, which can reduce runtime significantly when the same hot path executes many times.

Use performance mode after validating correctness to maximize throughput.