|
|
|
|
|
by XCSme
710 days ago
|
|
I don't understand what it does and why. What kind of DOM computations are so intensive they need to be parallel? Most intensive computations are done in JS, which is not related to the DOM and can be ran in Web Workers if you need parallel execution. |
|