mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
11ae2fa699dca04ba79014d95fe37bbefcd536ca
Luajit is a dynamic scripting language completely compatible to lua 5.1. the whole VM has been rewritten from the ground up and is relentlessly optimized for performance. It combines a high-speed interpreter, written in assembler, with a state-of-the-art JIT compiler. A substantial reduction of the overhead associated with dynamic languages allows it to break into the performance range traditionally reserved for offline, static language compilers. https://luajit.org/luajit.html https://github.com/LuaJIT/LuaJIT/tree/master There was additional code needed to enable neutrino to compile against lua 5.1. This was mostly taken from the luaposix compat-headers. There are still some minor issue that will be easy to fix but it's up and running so damn fast! Signed-off-by: Markus Volk <f_l_k@t-online.de>
Neutrino-HD ツ
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%