New QuickJS Release
github.com
New QuickJS Release
1–10 of 31 posts
Re: New QuickJS Release
#2[deleted]
Re: New QuickJS Release
#3First release since 2021-03-27.
Re: New QuickJS Release
#4QuickJS is really cool! You can use it to embed JS code in a native binary, which is nice if you're trying to use a NodeJS library outside of the JS ecosystem.
I put together a proof of concept for this about a year ago, in case this is a use case you currently have: https://github.com/ijustlovemath/jescx
Re: New QuickJS Release
#5One quick improvement would be to have a Readme.
Re: New QuickJS Release
#6Also see quickjs-ng [0], which is a fork in active development. A lot of missing ES features have already been added. [1]
Re: New QuickJS Release
#7We’ve been considering this library at work for a performance sensitive application (real time game). Can anyone here speak to the performance and memory usage of QuickJS?
Re: New QuickJS Release
#8We’ve been considering this library at work for a performance sensitive application (real time game). Can anyone here speak to the performance and memory usage of QuickJS?
Out of curiosity, why not Lua?
Re: New QuickJS Release
#9Re: New QuickJS Release
#10We’ve been considering this library at work for a performance sensitive application (real time game). Can anyone here speak to the performance and memory usage of QuickJS?
Out of curiosity, why not Lua?
Is Lua performance sensitive?
Other guess is Javascript is much more programmer friendly than Lua.