top | item 45502765

(no title)

Touche | 4 months ago

I feel like the existence of LuaJIT made is seemed like standard Lua was slow, but that's far from the case.

discuss

order

01HNNWZ0MV43FF|4 months ago

I spent a few nights trying to implement a Lua interpreter myself and it was still like 10x slower than PUC Lua, even before adding a GC. I'm not sure how they do it, it looks like regular C code