switch to deno_core? #1530
Replies: 2 comments 1 reply
-
Direct v8 is better instead of Deno core. |
Beta Was this translation helpful? Give feedback.
-
I was working on an issue related to QuickJS and thought of experimenting with other JavaScript runtimes as well. The So, I tried using V8 as a runtime using the The following table shows the amount of time it took to build these fastn projects using different JavaScript runtimes:
I was wondering whether we can temporarily switch to |
Beta Was this translation helpful? Give feedback.
-
We are currently using
quick-js
as our JS engine. We can switch to Deno, which is built on top of V8?https://deno.com/blog/roll-your-own-javascript-runtime
Reason: speed https://bellard.org/quickjs/bench.html:
Beta Was this translation helpful? Give feedback.
All reactions