Hacker News new | ask | show | jobs
by merlish 3376 days ago
That's very good to know! My current project is pretty insensitive to performance, but that's definitely useful info for the future.
1 comments

It is a little extra upfront work, but I found it valuable to support a diversity of Lua VMs in Javascript because little impedance mismatches can really derail a project. Being able to switch from one to the other can isolate bugs, compare perf, memory footprint, or different interop schemes. There is literally no way to know at the beginning of a project whether any one runtime will be sufficient.