
About this project. A standalone, generalized extraction of an architecture pattern from Ventute — a production AI-driven business-simulation platform — distilled into self-contained, runnable form. Published as a portfolio piece demonstrating high-performance Python/Rust interop and GIL-free parallel compute. Author: @m4xkushnir.
opt-level=3, LTO). Your numbers will vary with CPU and core count — reproduce them with python python/benchmark.py. The two axes are independent: ~341× is the language/compilation win (native code vs the interpreter), and the further jump to ~1039× is the multi-core win the GIL denies to pure-Python threads.Posted Jul 31, 2026
Showcased high-performance Python/Rust interop for AI platform Ventute.