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
Currently the only way is to use ParListWithSCSCP which returns the list of the same length as the input list. It may be useful to offer more flexibility by providing:
ParSetWithSCSCP which eliminates duplicates as long as it gets new results from the worker
parallel versions of ForAll, ForAny, Number, First and other list arithmetic
The text was updated successfully, but these errors were encountered:
Currently the only way is to use
ParListWithSCSCP
which returns the list of the same length as the input list. It may be useful to offer more flexibility by providing:ParSetWithSCSCP
which eliminates duplicates as long as it gets new results from the workerForAll
,ForAny
,Number
,First
and other list arithmeticThe text was updated successfully, but these errors were encountered: