Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
Compiling Python to Native Code: A Measured Walkthrough
One real Python function compiled to native code end to end — verified commands, captured output, a measured before-and-after, and the honest boundary cases.
10 min read
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.
Supported Workloads
Measured across 71 workloads: numerical, object-manipulation, image and financial code win big; string, parsing and compression do not. Check yours in minutes.
What AOT Compilation Means for Python
Interpreters, JITs and AOT compilers for Python: how each works, when each wins, and where Pyvorin Native 1.0.9's local compilation fits.
10 min read
Why Python Is Slow — and What Actually Helps
Bytecode dispatch, boxing and reference counting: where Python's time actually goes, the honest hierarchy of fixes, and what measurement says each one buys.
9 min read