⚡ Fastest FLUX VM — 210ns/iter, nearly 2x faster than the C VM.
Comptime-optimized bytecode interpreter written in Zig for ARM64 and x86_64.
| Runtime | ns/iter | Notes |
|---|---|---|
| Zig (ReleaseFast) | 210 | ⚡ Fastest |
| JavaScript (V8) | 373 | JIT magic |
| C (-O2) | 403 | Solid baseline |
zig build-exe src/main.zig -OReleaseFast -femit-bin=flux-zig
./flux-zig- flux-runtime — Python (1944 tests)
- flux-core — Rust
- flux-js — JavaScript
- flux-benchmarks — Performance data
- flux-research — Architecture docs