-
Notifications
You must be signed in to change notification settings - Fork 67
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
Start using Webworkers for big jobs #223
Comments
Ah yes, this has come up in #127 as well. I'm not terribly familiar with workers so would love some direction here! |
Unfortunately, I'm not familiar with it either. But I wouldn't mind tackling it after I finish |
Bam! Looking forward to seeing what it's all about 👯 |
This seems like a good place to get started with webworkers - http://catilinejs.com/ |
Turf-Async is a demo of how I'd expect this to work. I'll try to add more documentation this weekend. |
Oh... this is cool. I will take a look, but thanks for posting this! |
Webworkers appears to be a way to avoid locking the browser by threading JavaScript jobs. Can we use them with Turf.js? Sometimes I have a big appetite and would rather not lock my browser while chopping.
The text was updated successfully, but these errors were encountered: