Replies: 5 comments 5 replies
-
Also here is the output of deno 1.29.1:
|
Beta Was this translation helpful? Give feedback.
-
converted to discussion because it’s not a perf problem in an app or library |
Beta Was this translation helpful? Give feedback.
-
After building this project https://github.com/mean-ui-thread/JavaScriptCore and testing I'm getting this output:
Taking in consideration that |
Beta Was this translation helpful? Give feedback.
-
Interesting testing
|
Beta Was this translation helpful? Give feedback.
-
And here is another non trivial program (a Javascript port of GLPK) to compare between quickjs, nodejs, bun, deno:
|
Beta Was this translation helpful? Give feedback.
-
What version of Bun is running?
0.4.0
What platform is your computer?
Linux 5.4.0-135-generic x86_64 x86_64
What steps can reproduce the bug?
Using tests from https://github.com/ArashPartow/exprtk adapted to Javascript (see attached 7445 expressions) and testing it with bun, node, quickjs it's interesting that quickjs is faster than both node and bun in the given order, and memory usage is quickjs 6.3MB, node 46.2MB and bun 98.9MB.
exprtk_functional_test.txt.js.zip
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions