WIP: pareach module, wraps rust-parallel to bolt on parallelism #944
JeffMelton
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
I'm not sure this is going anywhere, either. rust-parallel spawns a new murex process for each item, and it seems to be hitting the same bottleneck we see with in-murex parallelism. |
1 reply
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.
I just threw together a quick PoC at murex-module-pareach. Very basic at this point, but it captures the idea. Hoping to expose several of the rust-parallel flags to the module.
All reactions