microsoft/Pyjion
Pyjion - A JIT for Python based upon CoreCLR observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4004
- days_rel: n/a
- days_push: 2116
- n_releases_24m: 0
Adoption not part of the score
1592 stars · 133 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pyjion is a just-in-time (JIT) compilation library for CPython built on the .NET CoreCLR JIT compiler, exposed through a C API that allows JIT engines to be plugged into CPython. It also provides a C++ framework to make it easier to write alternative JIT implementations targeting that API.
Use cases
- speed up cpython execution with a jit
- plug a jit compiler into cpython via a c api
- build a custom jit for python
- keep full c extension module compatibility while jitting python code
- compare python jit implementations like pypy pyston and numba
When to choose
- you want to experiment with JIT compilation of CPython bytecode using CoreCLR
- you need CPython C extension compatibility that PyPy cannot provide
- you are researching or prototyping pluggable JIT architectures for Python
When to avoid
- you need an actively maintained or production-ready Python JIT - development has moved to tonybaloney/Pyjion and this repo's last release was 2020
- you want a drop-in faster Python interpreter like PyPy for general use
- you only need numeric/scientific code acceleration, where Numba is more mature
Facets
library · maturity abandoned
compiler interpreter developer-tools programming-languages compilers performance developer-tools python cpp cross-platform windows jit cpython coreclr dotnet python-runtime pluggable-jit linux macos
1 source
- readme: https://github.com/microsoft/Pyjion · fetched 2026-08-28 · c9b04686e948
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/Pyjion | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="microsoft/Pyjion")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem