I'm Magi Sharma, Systems Engineer & Compiler Dev. Python 3.13 + LLVM ORC. Contributing to Opensrc
Educational Python JIT/AOT compiler with Numba, LLVM & WebAssembly backends. Learn compilation techniques through hands-on experimentation.
A learning project where I rebuilt Starlette's core patterns to understand how modern async Python web frameworks work
this a High-performance Python bindings for the TOON format parser, built with PyO3 and Rust. faster than pure Python implementations, optimized for tabular data and LLM applications.
A JIT compiler for Python 3.13 using LLVM ORC. Implements a custom generator state machine, SIMD auto-vectorization (AVX/SSE), and native async/await support.
this is a calculator with a vm architecture for learning purpose