tekknolagi / skybisonLinks
A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidden classes; bytecode inline caching; type-specialized bytecode; an experimental template JIT.
☆51Updated 6 months ago
Alternatives and similar repositories for skybison
Users that are interested in skybison are comparing it to the libraries listed below
Sorting:
- A reusable compiler backend for the i386, x86_64, ARM and AArch64 architecture based on TCC, with an IR on bytecode level including type …☆18Updated last year
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- A ridiculous Python interpreter written—from scratch—in Rust.☆25Updated last week
- A collection of lambda calculus interpreters and development tools☆16Updated 3 years ago
- Partial evaluation of Python code☆22Updated 2 years ago
- A compiler and runtime library for an extended dialect of C that checks type, memory, and concurrency safety☆16Updated 10 years ago
- Ahead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM.☆67Updated 2 months ago
- A type-safe C successor that compiles directly to various platforms.☆139Updated 8 months ago
- High-performance Python runtime extensions☆53Updated last week
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- A lightweight python3 library for arithmetic with real numbers.☆66Updated last week
- WASM compatible RPython fork☆34Updated 2 years ago
- Fast, Expressive, & High-Performance Programming Language for those who dare☆64Updated 3 years ago
- TMPPy is a subset of Python that can be compiled to C++ meta-functions using the py2tmp compiler.☆34Updated 3 years ago
- ☆25Updated 4 years ago
- Advanced macro expander and language lab for Python.☆70Updated 9 months ago
- A term rewriting system for experimental programming language development.☆48Updated last week
- ☆37Updated 2 months ago
- Numba compatible SCFG (Structured Control Flow Graphs) utilities.☆25Updated last week
- Compact garbage-collected heap and JSON-like object model☆81Updated 2 years ago
- The Zig programming language, packaged for PyPI☆195Updated last month
- An optimizing compiler for a large subset of the C programming language☆26Updated 5 months ago
- Automatically exported from code.google.com/p/libsum☆12Updated 10 years ago
- Simple conservative GC using mimalloc☆41Updated 3 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆16Updated last week
- Write compiled bytecode inline with pure Python. 🤖☆82Updated last year
- High performance compiled language with simplicity and safety.☆50Updated last year
- A Python-based C compiler for x86-64, featuring full parsing, semantic analysis, IR generation, and assembly code emission.☆27Updated 4 months ago
- a simple x86/arm jit framework for c☆37Updated 3 months ago
- Tools for rapid prototyping of DSL compilers☆90Updated 3 weeks ago