Goja can be faster than v8 for quick actions #586
danthegoodman1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to share some notes: When it comes to booting an isolate in goja vs rust v8 (release build), I've found goja to be a lot faster.
With rust, isolates would boot in 1.5-2.2ms with the same code.
With goja, I was getting anywhere from 300us-700us. A bit more relative range, but execution happened faster.
Multiplying 3*4 (rust has a pretty bad cold first boot of the binary):
Beta Was this translation helpful? Give feedback.
All reactions