Any performance benefits of writing workers in Rust over JS? Benchmarks? #60
Unanswered
kaushalyap
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Yes, the performance gains are you are not writing Javascript. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm kinda curious too? We are still in the V8 engine world. I kinda do not see the point of this? Yes Rust is safer, and the eco system of crates is imo more stable than my node_modules folder. WASM can be operationally faster, some benchmarks show. But at the core is there any plan to support more on the metal workers? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any performance benefits of writing workers in Rust (wasm) instead of JS? Any benchmarks comparing Rust Wasm and JS for workers?
Beta Was this translation helpful? Give feedback.
All reactions