Ross ROSS = Recommend OSS · open-source software intelligence for agents

luajit-remake/luajit-remake

An ongoing attempt to re-engineer LuaJIT from scratch observed · 2026-08-28

github.com/luajit-remake/luajit-remake · C++ observed · 2026-08-28

Health v2 · maintenance only

35/100

  • Activity 7
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1560
  • days_rel: n/a
  • days_push: 562
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1291 stars · 39 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A from-scratch re-engineering of LuaJIT aiming to build a multi-tier method-JIT for Lua, with the interpreter and JIT tiers auto-generated from a semantic description of LuaJIT bytecodes. It currently ships a feature-complete Lua 5.1 interpreter with a re-engineered runtime using hidden classes, though the JIT tiers are still in progress.

Use cases

  • run Lua scripts with a faster interpreter
  • study how JIT compilers are built
  • research auto-generated interpreters from bytecode semantics
  • benchmark Lua interpreter performance
  • learn about hidden-class based Lua table implementations

When to choose

  • you need a faster Lua 5.1 interpreter on x86-64 Linux for benchmarking or research
  • you want to study or contribute to novel JIT/interpreter generation techniques

When to avoid

  • you need a production-ready Lua runtime with garbage collection
  • you need portability beyond x86-64 Linux
  • you rely on the package library (require/module) or full standard library coverage

Facets

library · maturity experimental

interpreter compiler programming-language programming-languages compilers performance cpp lua luajit jit method-jit bytecode hidden-class code-generation research linux x86-64

1 source

Member repositories

RepositoryRoleHealth v2
luajit-remake/luajit-remakemain35

For agents

markdown · JSON · MCP: product_card(name="luajit-remake/luajit-remake")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem