Optimising a notebook with long processes

Hi all,

I have a notebook benchmarking different packages for multiplying two matrices together:

I yield between benchmarks to return control to the window, but there are some long-running processes that freeze the window. Does anyone have any tips e.g. a nice web worker example that could be used to make the notebook more responsive?

Best
Simon

Hi Simon. Did you get workers working to your satisfaction?