5 ms·
If you want a modern version of this, you should checkout https://github.com/RhodiumToad/pllua-ng https://github.com/RhodiumToad/pllua-ng A friend of mine benc
by xdanger 8y ago
If you want a modern version of this, you should checkout https://github.com/RhodiumToad/pllua-ng https://github.com/RhodiumToad/pllua-ng
A friend of mine benchmarked different pl languages and https://github.com/eugwne/pllj https://github.com/eugwne/pllj was basically the fastest, but it's not so actively maintained. pllua-ng with luajit 2.1 was also faster than plv8. But that was about two years ago, your milage may vary.
"Lua is faster - PL/V8 is lightly faster than Python, but Lua is about 30% faster than PL/V8" - Pavel Stěhule
and that was without luajit, but 4 years ago.
Maybe someone should build a benchmark :D
- massaman_yams 8y agoThese are both up to date at the moment, but it's not entirely clear which one of these will be used for future development: https://github.com/RhodiumToad/pllua-ng https://github.com/RhodiumToad/pllua-ng https://github.com/pllua/pllua-ng https://github.com/pllua/pllua-ng
- jerrysievert 8y agoplv8 has sped up significantly over the last 4 years, but still has an expensive startup. I'd love to see some benchmarks.