Would be nice if calculations could be spawned in Web Workers, such that the simulation will be multi-threaded, free the UI thread, and have better performance. Also, there is a node module that can be used to mimic the browser API for web workers in the node environment.
Would be nice if calculations could be spawned in Web Workers, such that the simulation will be multi-threaded, free the UI thread, and have better performance. Also, there is a node module that can be used to mimic the browser API for web workers in the node environment.