https://github.com/quickjs-ng/quickjs/releases/tag/v0.16.2
I'm trying to add quickjs-oxide to the tests, so it would be very helpful if you could provide prebuilt binaries.
ahaoboy/js-engine-benchmark#44
Here is a set of test data I collected. It looks like there is still a lot of room for improvement compared to qjs.
cr --release --bin qjs /root/js-engine-benchmark/dist/run.js
Richards: 20.7
DeltaBlue: 29.2
Crypto: 36.6
RayTrace: 43.3
EarleyBoyer: 80.7
RegExp: 29.0
Splay: 172
NavierStokes: 56.6
----
Score: 46.5
qjs /root/js-engine-benchmark/dist/run.js
Richards: 766
DeltaBlue: 791
Crypto: 1088
RayTrace: 1325
EarleyBoyer: 1977
RegExp: 278
Splay: 2361
NavierStokes: 1140
----
Score: 1032
https://github.com/quickjs-ng/quickjs/releases/tag/v0.16.2
I'm trying to add quickjs-oxide to the tests, so it would be very helpful if you could provide prebuilt binaries.
ahaoboy/js-engine-benchmark#44
Here is a set of test data I collected. It looks like there is still a lot of room for improvement compared to qjs.