sdiehl / numpileView external linksLinks
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
☆411Jan 2, 2022Updated 4 years ago
Alternatives and similar repositories for numpile
Users that are interested in numpile are comparing it to the libraries listed below
Sorting:
- Python subsets☆41Feb 11, 2017Updated 9 years ago
- Python bindings for libgccjit.so☆49Sep 22, 2015Updated 10 years ago
- A lightweight LLVM python binding for writing JIT compilers☆2,219Feb 2, 2026Updated last week
- A basic x86-64 JIT compiler written from scratch in stock Python☆235Apr 21, 2018Updated 7 years ago
- Haskell LLVM JIT Compiler Tutorial☆1,040Apr 21, 2020Updated 5 years ago
- a python-like language with hindley-milner-like type system, which is compiled to c☆246Jul 17, 2021Updated 4 years ago
- ☆15Jul 13, 2019Updated 6 years ago
- x86-64 assembler embedded in Python☆2,047Sep 25, 2023Updated 2 years ago
- Compile a subset of the Python AST to x64-64 assembler☆144Apr 21, 2024Updated last year
- Implementation of the LLVM tutorial in Python using llvmlite☆339Jan 25, 2025Updated last year
- Static optimizer specializing functions with guards for Python 3.6☆73Jul 30, 2019Updated 6 years ago
- Pyjion - A JIT for Python based upon CoreCLR☆1,599Nov 16, 2020Updated 5 years ago
- Module for supporting writing in a single source file a python module and a corresponding cython module. Contrary to cython pure python m…☆26Jun 7, 2016Updated 9 years ago
- Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)☆3,519Jan 11, 2021Updated 5 years ago
- A C-family AST implementation designed to be an IR for DSL compilers.☆17Jul 6, 2017Updated 8 years ago
- LLVM compiler for python based on py2llvm☆136Aug 15, 2015Updated 10 years ago
- Now part of Cling, no longer maintained here☆125Jan 15, 2016Updated 10 years ago
- Perform high-speed calculations on columnar data without creating intermediate objects.☆81Nov 8, 2018Updated 7 years ago
- ☆608Sep 11, 2017Updated 8 years ago
- Library to embed PyPy into CPython☆241Jan 30, 2016Updated 10 years ago
- This repository contains a tutorial for a quick start in how to write a register allocator using LLVM☆278Feb 21, 2019Updated 6 years ago
- Python bytecode to SPIR-V -translation.☆43Apr 25, 2017Updated 8 years ago
- "Multi-Level Intermediate Representation" Compiler Infrastructure☆1,763Apr 22, 2021Updated 4 years ago
- compile time assembly interpreter☆86Feb 27, 2018Updated 7 years ago
- Ahead of Time compiler for numeric kernels☆2,122Updated this week
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆88Oct 21, 2019Updated 6 years ago
- Python bindings for LLVM auto-generated from the LLVM-C API☆229Apr 8, 2025Updated 10 months ago
- Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)☆132Mar 3, 2017Updated 8 years ago
- ☆16Apr 9, 2020Updated 5 years ago
- Experimental multicore fork of Python 3☆590Dec 10, 2024Updated last year
- 修改Opcode有关,写入map文件时函数末尾数据暂时有问题☆16May 17, 2018Updated 7 years ago
- Parse source as Markdown.☆11May 31, 2017Updated 8 years ago
- compiler☆36Aug 16, 2014Updated 11 years ago
- C++ dynamic ndarray library, with Python exposure☆304Sep 20, 2020Updated 5 years ago
- The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:☆4,862May 7, 2021Updated 4 years ago
- A compiler from Forth to Scratch☆22Aug 17, 2016Updated 9 years ago
- A Haskell implementation of "Functional pearl: a SQL to C compiler in 500 lines of code"☆46Feb 15, 2019Updated 7 years ago
- Pyjiting is a experimental Python-JIT compiler, which is the product of my undergraduate thesis. The goal is to implement a light-weight …☆12Jan 19, 2022Updated 4 years ago
- A simple package to do symbolic math (focus on code gen and DSLs)☆124Jan 14, 2026Updated last month