Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
Caching Compiled Artifacts in CI
Skip the compile step on every repeated CI build: the verified pyvorin-native 1.0.9 cache locations, cache keys that actually hit, and the trap in cache clear.
How to Benchmark a Function
From a Python file to a defensible speedup number in minutes: the verified commands, the fields that matter, and the checks before you trust it.
How to Compile Your First Function
From a saved .py file to a natively compiled function in four verified commands, with the output you should expect at each step and the failure modes explained.
How to Force the CPython Fallback
The verified ways to get pure-CPython behaviour in pyvorin-native 1.0.9: the cpython backend, PYVORIN_BACKEND, run --compare, and fallback in bench --json.
How to Handle Compilation Failure
Compilation failure in pyvorin-native 1.0.9 almost never means a crash: the verified taxonomy, what each status means, and how to get per-function reasons.
How to Run a Speed Proof
The measurement a sceptical CFO could audit: captured baseline, warmed runs, median-of-N, correctness check, compile-time amortisation, and an honest write-up.
Running Pyvorin Natively on Your Own Hardware
pyvorin-native has no remote compile mode to opt into — local compilation is the architecture. What runs on your hardware, and what the only network calls do.