You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spawn 10 tasks. I think this is really useful for the majority of naively parallel operations on well behaved data when the mapping / reducing functions are cheap, because you can basically say "I want this parallelized, but don't create more tasks than necessary"
The text was updated successfully, but these errors were encountered:
I think a nice additional option would be a
minchunksize
that goes withnchunks
. Basically, the way I'd want it to work isspawn 10 tasks. I think this is really useful for the majority of naively parallel operations on well behaved data when the mapping / reducing functions are cheap, because you can basically say "I want this parallelized, but don't create more tasks than necessary"
The text was updated successfully, but these errors were encountered: