LSSM-V.4 icon indicating copy to clipboard operation
LSSM-V.4 copied to clipboard

♻️⚡️ move core to a SharedWorker

Open jxn-30 opened this issue 1 year ago • 0 comments

SharedWorkers are a fancy concept to allow multiple browser windows/tabs (and iframes) of the same origin to use a script that lives on another Thread.

I think, we could improve V4 Performance a lot if core lives in a SharedWorker managing all the shared data and iframes and other window-instances can use this core rather than managing this data themselfes. This would also make the use of broadcasting for data sharing obsolete.

jxn-30 avatar Jan 31 '24 22:01 jxn-30