-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request