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

Support doing heavy work in the background #111

Open
1 task
MarcelGarus opened this issue Feb 22, 2023 · 0 comments
Open
1 task

Support doing heavy work in the background #111

MarcelGarus opened this issue Feb 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@MarcelGarus
Copy link
Contributor

Description

Some operations such as parsing or merging of universes are just intrinsically heavy for big applications. We could move them to the background, allowing us to keep the UI responsive even when lots of parsing is happening.

Hints and Thoughts

Web workers are probably the way to go. They are kind of explicitly created JS threads that don't run on the main event loop (unlike, for example, promises).


Acceptance Criteria

  • The UI should be responsive even during parsing
@MarcelGarus MarcelGarus added the enhancement New feature or request label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant