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
Based on the discussions of the Annotations working group, we believe we will need a couple of new classes annotations for non-parallelizable pure and side-effectful commands. The first additional annotation would describe a subclass of non-parallelizable pure and side-effectful commands that are safe to parallelize across file boundaries (allowing parallelization of for, xargs, and other similar constructs). The second class would be side-effectful commands that only read environment variables—including hardware properties, /proc filesystem etc.
The text was updated successfully, but these errors were encountered:
Based on the discussions of the Annotations working group, we believe we will need a couple of new classes annotations for
non-parallelizable pure
andside-effectful
commands. The first additional annotation would describe a subclass ofnon-parallelizable pure
andside-effectful
commands that are safe to parallelize across file boundaries (allowing parallelization offor
,xargs
, and other similar constructs). The second class would beside-effectful
commands that only read environment variables—including hardware properties,/proc
filesystem etc.The text was updated successfully, but these errors were encountered: