luajit-remake VS Nuitka-Action

Compare luajit-remake vs Nuitka-Action and see what are their differences.

luajit-remake

An ongoing attempt to re-engineer LuaJIT from scratch (by luajit-remake)

Nuitka-Action

Action to build with Nuitka on GitHub in your workflows (by Nuitka)
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
luajit-remake Nuitka-Action
7 1
1,100 96
0.8% -
7.1 7.8
3 months ago about 2 months ago
C++ Jinja
- MIT License
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.

luajit-remake

Posts with mentions or reviews of luajit-remake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-09.
  • Python 3.13 Gets a JIT
    11 projects | news.ycombinator.com | 9 Jan 2024
    It's really cool that Haoran Xu copy-and-patch technique is catching on, I remember discovering it through his blog posts on applying these techniques to his own LuaJIT remake project[0][1] (and I probably found those through a post here). I highly recommend them if you're into that sort of thing, BTW. They're incredible deep dives, but he uses the details-element to keep the metaphorical descents into Mariana Trench optional so it doesn't get too overwhelming.

    I even had the privilege of congratulating him the 1000th star of the GH repo[2], where he reassured me and others that he's still working on it despite the long pause after the last blog post, and that this mainly has to do with behind-the-scenes rewrites that make no sense to publish in part.

    [0] https://sillycross.github.io/2022/11/22/2022-11-22/

    [1] https://sillycross.github.io/2023/05/12/2023-05-12/

    [2] https://github.com/luajit-remake/luajit-remake/issues/11

  • LuaJIT Remake: An ongoing attempt to re-engineer LuaJIT from scratch
    1 project | /r/patient_hackernews | 26 Nov 2022
    1 project | /r/hackernews | 26 Nov 2022
    1 project | /r/hypeurls | 26 Nov 2022
    3 projects | news.ycombinator.com | 26 Nov 2022
  • Building the fastest Lua interpreter.. automatically
    8 projects | news.ycombinator.com | 22 Nov 2022
    This seems like an awesome way of writing faster interpreters – i.e. not in assembly, but in C++ snippets you stitch together with a tool.

    I did peek at the deegen tool a bit, and it seems quite large? https://github.com/luajit-remake/luajit-remake/tree/master/d...

    I would be interested in an overview of all the analysis it has to do, which as I understand is basically “automated Mike Pall”

    FWIW I think this is the hand-written equivalent with LuaJIT’s dynasm tool: https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/vm_x64.dasc (just under 5000 lines)

    Also there are several of these files with no apparent sharing, as you would get with deegen:

    https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/vm_x86.dasc

    https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/vm_ppc.dasc

Nuitka-Action

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

What are some alternatives?

When comparing luajit-remake and Nuitka-Action you can also consider the following projects:

LuaJIT - Mirror of the LuaJIT git repository

plb2 - A programming language benchmark

qbe-rs - QBE IR in natural Rust data structures

idel - A low-level virtual machine for mobile code

ish - Linux shell for iOS

Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

hn-search - Hacker News Search

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.