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 graph computation to Worker #8

Open
justinfernald opened this issue Aug 26, 2024 · 0 comments
Open

Move graph computation to Worker #8

justinfernald opened this issue Aug 26, 2024 · 0 comments

Comments

@justinfernald
Copy link
Collaborator

Currently the computation of the graph at the launch of the page causes the page to hang, this should be fixed by moving that computation to a web worker. During the time that is loading, the Solve mode should just be disabled. Note that the Edit mode does also use the solver to find if it is in a valid state, so that will likely have to be delt with too.

Another solution is to possibly convert the graph to JSON that can be loaded in and possibly that could be computationally efficient enough to not cause any hanging at the loading of the page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant