mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Spoiler alert: Anselme run ~1.5x slower in LuaJIT than Lua 5.3/5.4. I didn't expected LuaJIT to be able to optimize anything with my super performant and cache friendly AST walker interpreter, but being this much slower is kinda impressive. |
||
|---|---|---|
| .. | ||
| base.lua | ||
| boolean.lua | ||
| boot.ans | ||
| checkpoint.lua | ||
| closure.lua | ||
| conditionals.lua | ||
| init.lua | ||
| number.lua | ||
| persist.lua | ||
| string.lua | ||
| structures.lua | ||
| tag.lua | ||
| text.lua | ||
| type_check.lua | ||