You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is also possible to replace the ECMAScript engine like V8 or SpiderMonkey but not in the near plan.
I'm guessing that you're already aware of the performance difference, but just in case, a few people mention benchmark results in this thread: https://news.ycombinator.com/item?id=20418602
[QuickJS] shows only 2~3% of V8 performance
[QuickJS is] still 2-3x slower than [the V8 interpreter], and 20-100x slower than [the V8 compiler].
Anyway, I'll close this right away because I don't have anything extra to add here - just thought I'd add this note in case you weren't aware of how vast the performance difference is.
The text was updated successfully, but these errors were encountered:
I noticed you said in the read me:
I'm guessing that you're already aware of the performance difference, but just in case, a few people mention benchmark results in this thread: https://news.ycombinator.com/item?id=20418602
Deno seems like it might be helpful, and will hit v1.0 in about 8 days. I've not mixed Rust and C++ before (I haven't done any C++ coding at all) but apparently Rust plays well with other languages: https://doc.rust-lang.org/1.5.0/book/rust-inside-other-languages.html
Anyway, I'll close this right away because I don't have anything extra to add here - just thought I'd add this note in case you weren't aware of how vast the performance difference is.
The text was updated successfully, but these errors were encountered: