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
An open question is whether the results of paralleling should be re-ordered.
In the application this was originally written for - dweb-mirror 's crawler - order wasn't significant, however there are obviously applications where order of the stream is significant.
Next step would be to implement an option preserveOrder which would then use a mechanism to delay writing of processes of later threads until the prior ones had completed.
The text was updated successfully, but these errors were encountered:
An open question is whether the results of paralleling should be re-ordered.
In the application this was originally written for - dweb-mirror 's crawler - order wasn't significant, however there are obviously applications where order of the stream is significant.
Next step would be to implement an option
preserveOrder
which would then use a mechanism to delay writing of processes of later threads until the prior ones had completed.The text was updated successfully, but these errors were encountered: