luajit-remake VS plb2

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

luajit-remake

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

plb2

A programming language benchmark (by attractivechaos)
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 plb2
7 7
1,100 238
0.8% -
7.1 9.4
3 months ago 8 days ago
C++ C
- Creative Commons Zero v1.0 Universal
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

plb2

Posts with mentions or reviews of plb2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-12.
  • Byte-Sized Swift: Building Tiny Games for the Playdate
    3 projects | news.ycombinator.com | 12 Mar 2024
    https://github.com/attractivechaos/plb2 - limited but broad comparison across a large number of languages. Swift and Nim both compare favourably to C.
  • The One Billion Row Challenge in Go: from 1m45s to 4s in nine solutions
    15 projects | news.ycombinator.com | 2 Mar 2024
    https://github.com/attractivechaos/plb2/blob/master/README.m...

    Synthetic benchmarks aside, I think as far as average (spring boots of the world) code goes, Go beats Java almost every time, often in less lines than the usual pom.xml

  • Python 3.13 Gets a JIT
    11 projects | news.ycombinator.com | 9 Jan 2024
    I wouldn't be so enthusiastic. Look at other languages that have JIT now: Ruby and PHP. After years of efforts, they are still an order of magnitude slower than V8 and even PyPy [1]. It seems to me that you need to design a JIT implementation from ground up to get good performance – V8, Dart, LuaJIT and PyPy are like this; if you start with a pure interpreter, it may be difficult to speed it up later.

    [1] https://github.com/attractivechaos/plb2

  • Benchmarking 20 programming languages on N-queens and matrix multiplication
    15 projects | news.ycombinator.com | 2 Jan 2024
    A curious thing about Swift: after https://github.com/attractivechaos/plb2/pull/23, the matrix multiplication example is comparable to C and Rust. However, I don’t see a way to idiomatically optimise the sudoku example, whose main overhead is allocating several arrays each time solve() is called. Apparently, in Swift there is no such thing as static array allocation. That’s very unfortunate.

What are some alternatives?

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

LuaJIT - Mirror of the LuaJIT git repository

c-examples - Example C code

qbe-rs - QBE IR in natural Rust data structures

laser - The HPC toolbox: fused matrix multiplication, convolution, data-parallel strided tensor primitives, OpenMP facilities, SIMD, JIT Assembler, CPU detection, state-of-the-art vectorized BLAS for floats and integers

idel - A low-level virtual machine for mobile code

weave - A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead

ish - Linux shell for iOS

tarantool - Get your data in RAM. Get compute close to data. Enjoy the performance.

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.

blis - BLAS-like Library Instantiation Software Framework

hn-search - Hacker News Search

related_post_gen - Data Processing benchmark featuring Rust, Go, Swift, Zig, Julia etc.