Comment on Oliver's simple fluid dynamics simulator in JavascriptparentComments−kingsley_2017yweb workers don't have DOM access.−sp33217yI doubt updating the UI is real processor-intensive. The worker threads would do the math without blocking the UI.
Comments
web workers don't have DOM access.
I doubt updating the UI is real processor-intensive. The worker threads would do the math without blocking the UI.