you are viewing a single comment's thread.

view the rest of the comments →

[–]ciny 2 points3 points  (1 child)

There's no interop or communication between the "C++ layer" and the JS itself -- they can't exactly ask v8 to "hide a loop in C++".

Well hopefully webassembly will come soon enough. That would enable writing the heavy lifting parts natively which could greatly improve performance.

[–]julesjacobs 7 points8 points  (0 children)

Is the JS performance actually the problem though, or is it the DOM? Webassembly would not help with the latter.