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

Implement multi-threaded evaluation #7

Open
bobbinth opened this issue Aug 6, 2019 · 0 comments
Open

Implement multi-threaded evaluation #7

bobbinth opened this issue Aug 6, 2019 · 0 comments
Labels
optimization This can improve performance

Comments

@bobbinth
Copy link
Contributor

bobbinth commented Aug 6, 2019

Most (all?) bulk operations can be sped up by leveraging multi-threading. The way to do this is probably to spin up worker threads with shared WASM memory and assign a subset of a bulk operation to each worker.

@bobbinth bobbinth added the optimization This can improve performance label Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization This can improve performance
Projects
None yet
Development

No branches or pull requests

1 participant