Skip to content
View magi8101's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Block or report magi8101

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
magi8101/README.md

LinkedIn Email Portfolio Instagram

About Me

  • I’m Magi Sharma, a systems engineer focused on compiler design, runtimes, and performance. I build experimental JIT/AOT compilers, explore LLVM internals, and study Python execution at the bytecode and IR level. While much of my work centers on Python-related systems, I also explore broader low-level and compiler technologies.

Featured Projects

pyexec-compiler

velocix

toon-parser

Justjit

Technologies & Languages

I'M WORKING ON

Let's Connect

Always open to interesting projects and collaborations!

Email Instagram

Special thanks to Rahuletto for the themes.

Pinned Loading

  1. pyexec-compiler pyexec-compiler Public

    Educational Python JIT/AOT compiler with Numba, LLVM & WebAssembly backends. Learn compilation techniques through hands-on experimentation.

    Python 1

  2. velocix velocix Public

    A learning project where I rebuilt Starlette's core patterns to understand how modern async Python web frameworks work

    Python

  3. toon-parser toon-parser Public

    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.

    Rust

  4. Justjit Justjit Public

    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.

    C++ 2 5

  5. byte-calci byte-calci Public

    this is a calculator with a vm architecture for learning purpose

    Rust