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

Add batch processing to parseJSONL #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
2 participants