4 ms·
What I find the most surprising here is how optimised the v8 engine is. Javascript code running on v8 is as performant as native go code or as optimised C code.
by jtblin 11y ago
What I find the most surprising here is how optimised the v8 engine is. Javascript code running on v8 is as performant as native go code or as optimised C code. Obviously it's just a use case but still, mind blowing.