Articles
Guide
Thin-client
Config File Format
Complete reference for thin_config.json structure and values.
Guide
Thin-client
Updating the Thin Client
How to upgrade pyvorin-thin without breaking existing caches.
Guide
Best-practices
Getting the Most from Pyvorin
Top 10 practices for maximising speedup and minimising fallback.
Guide
Best-practices
Writing Compile-Friendly Python
Code patterns that compile well and patterns to avoid.
Guide
Best-practices
Type Stability Best Practices
Keep variable types consistent for maximum optimisation.
Guide
Best-practices
Loop Optimisation Guide
How to write loops that compile to the fastest machine code.
Guide
Best-practices
Avoiding Common Pitfalls
Mistakes that cause deoptimisation, fallback, or poor speedup.
Guide
Best-practices
Function Design for Compilation
How to structure functions for optimal native compilation.
Guide
Best-practices
Data Structure Selection
Which Python data structures compile best and which to avoid.
Guide
Best-practices
String Handling Best Practices
Efficient string concatenation, parsing, and manipulation.
Guide
Best-practices
List vs Tuple vs Set
When to use each collection type for compilation performance.
Guide
Best-practices
Dictionary Performance Tips
Maximise dict lookup and insertion performance in compiled code.