Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️⚡️ move core to a SharedWorker #2861

Open
jxn-30 opened this issue Jan 31, 2024 · 0 comments
Open

♻️⚡️ move core to a SharedWorker #2861

jxn-30 opened this issue Jan 31, 2024 · 0 comments
Assignees
Labels
Core This is a feature for the core enhancement New feature or request

Comments

@jxn-30
Copy link
Member

jxn-30 commented Jan 31, 2024

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 jxn-30 added enhancement New feature or request Core This is a feature for the core labels Jan 31, 2024
@jxn-30 jxn-30 self-assigned this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core This is a feature for the core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant