luajit-remake VS LuaJIT

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

luajit-remake

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

LuaJIT

Mirror of the LuaJIT git repository (by LuaJIT)
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 LuaJIT
7 39
1,100 4,414
0.8% 1.0%
7.1 8.9
3 months ago 9 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.

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

LuaJIT

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

What are some alternatives?

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

qbe-rs - QBE IR in natural Rust data structures

lua-languages - Languages that compile to Lua

idel - A low-level virtual machine for mobile code

Wren - The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.

ish - Linux shell for iOS

moonjit - Just-In-Time Compiler for the Lua Programming language. Fork of LuaJIT to continue development. This project does not have an active maintainer, see https://twitter.com/siddhesh_p/status/1308594269502885889?s=20 for more detail.

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.

luajit2 - OpenResty's Branch of LuaJIT 2

hn-search - Hacker News Search

nelua-lang - Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.

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

ravi - Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers