Replies: 1 comment
-
|
Hi @jpochyla . Thanks a lot for the suggestion. I received a similar suggestion for using thread pools; although with a different objective, in order to reduce spawning overhead with many small parallel computations. Created issue #82 to enable this and will start working on it shortly. I hope we can also use this parallel runner for wasm. Once, the issue is fixed, we can look into this. Please let me know if you have comments on this or have different suggestions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was wondering whether you see
ofx-parallelsupporting parallelism withwasm-bindgen, the way https://github.com/GoogleChromeLabs/wasm-bindgen-rayon is doing it: pre-spawning fixed number of worker threads (through web workers) and building the thread pool from them.Beta Was this translation helpful? Give feedback.
All reactions