Papers VS LuaJIT

Compare Papers vs LuaJIT and see what are their differences.

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
Papers LuaJIT
2 39
4 4,431
- 1.8%
1.8 8.9
about 3 years ago 3 days ago
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.

Papers

Posts with mentions or reviews of Papers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-08.
  • MiniVM: A minimal cross-language runtime that beats C/luajit on some benchmarks
    10 projects | news.ycombinator.com | 8 Jan 2022
  • Writing a register based VM in less than 125 lines of C code
    5 projects | news.ycombinator.com | 8 Dec 2021
    Further to this: this kind of thing is something the Forth community takes seriously. They call these threaded code techniques. [0] (The Gforth interpreter, for instance, gives you the choice of various different techniques.)

    Anton Ertl of Gforth fame published a microbenchmark performance comparison of toy interpreters, written in C, run on various CPUs. [1] As you say, the approach using function pointers (call threading) scores poorly.

    Interestingly, direct threading and indirect threading are extremely close, with the winner seeming to depend on the specific CPU. [1] Branch-prediction differences seem to be the main reason. There was a 2001 paper on this. [2]

    [0] https://www.complang.tuwien.ac.at/forth/threaded-code.html

    [1] https://www.complang.tuwien.ac.at/forth/threading/

    [2] https://github.com/ForthPapersMirror/Papers/blob/master/Conv...

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 Papers and LuaJIT you can also consider the following projects:

android-luajit-launcher - Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI

lua-languages - Languages that compile to Lua

minivm - A VM That is Dynamic and Fast

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

lc3-vm - A LC3 virtual machine implementation in a few lines of C code

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.

paka - Paka language

luajit2 - OpenResty's Branch of LuaJIT 2

gigatron-rom - System, apps and tooling for the Gigatron TTL microcomputer

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

os49 - basically minivm os

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