Skip to content

Conversation

@mj3cheun
Copy link
Contributor

@mj3cheun mj3cheun commented Jan 6, 2021

WIP

Solved the biggest contributor to blocking on controller init. 2nd biggest contributor loadData not yet modified.

Intends to fix #21

Could also explore the use of web workers as an alternative solution to the batching solution used below. Pros and cons of each strategy should be considered.

@darionco
Copy link
Contributor

I think we would be better off multi threading grafer. This approach adds too much complexity to the code and I have the feeling that debugging is going to be even harder,

@mj3cheun
Copy link
Contributor Author

Yup I agree, I have been investigating how to put together a framework which will allow multithreading using web workers.

Base automatically changed from master to main January 19, 2021 16:57
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

Successfully merging this pull request may close these issues.

Creating a Grafer Controller blocks main thread

3 participants