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 threading support (webworkers) and make async versions of expensive operations #9

Open
jasonswearingen opened this issue Feb 27, 2019 · 2 comments
Milestone

Comments

@jasonswearingen
Copy link
Contributor

node v10 adds webworker support. all modern browsers now have it too.

create async versions of jsonx and make it the default usage.

@jasonswearingen jasonswearingen added this to the future milestone Mar 3, 2019
@jasonswearingen
Copy link
Contributor Author

as of node v10.15.x this is still highly experimental and not enabled by default: https://nodejs.org/docs/latest-v10.x/api/worker_threads.html

revisit once node v12 is released.

@jasonswearingen
Copy link
Contributor Author

jasonswearingen commented Sep 23, 2020

v18: PoC complete using the npm threads package. However might need to change. more work needed.

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