Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
Filtered by beginner — Clear filter
how-to
beginner
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
beginner
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
beginner
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.