PochiVM VS codon

Compare PochiVM vs codon and see what are their differences.

PochiVM

Lightweight framework for easy and efficient code generation (by sillycross)

codon

A high-performance, zero-overhead, extensible Python compiler using LLVM (by exaloop)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PochiVM codon
2 34
83 13,840
- 0.5%
0.0 7.9
over 2 years ago 11 days ago
C++ C++
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PochiVM

Posts with mentions or reviews of PochiVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • The Onyx Programming Language
    2 projects | news.ycombinator.com | 8 Dec 2023
    There are methods to generate an interpreter but AFAICT there are no real implementations. Seems to be one of those pure research fields.

    https://github.com/sillycross/PochiVM is the closest I've seen to an actual implementation but it looks mostly abandoned.

    And I'm talking about generators on the same level as flex/bison and not something like pypy where they (used to?) use abstract interpretation/partial evaluation as you're really just transforming a handwritten interpreter with all the hard work that entails.

  • Copy-and-Patch Compilation: A fast compilation algorithm for high-level languages and bytecode
    1 project | /r/Compilers | 19 Apr 2022
    https://github.com/sillycross/PochiVM A fast template JIT, looking good

codon

Posts with mentions or reviews of codon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-22.

What are some alternatives?

When comparing PochiVM and codon you can also consider the following projects:

wyvern - Automatic conversion of call by value into call by need in the LLVM IR.

Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

Numba - NumPy aware dynamic Python compiler using LLVM

Cython - The most widely used Python to C compiler

taichi - Productive, portable, and performant GPU programming in Python.

julia - The Julia Programming Language

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

Django - The Web framework for perfectionists with deadlines.

pure_numba_alias_sampling - Pure numba version of Alias sampling algorithm from L. Devroye's, "Non-Uniform Random Random Variate Generation"

Coconut - Simple, elegant, Pythonic functional programming.

FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project

mypyc - Compile type annotated Python to fast C extensions