>> split_list_into_equal_chunks()
>  We can't remove this API. But we can change it to:

Sure, can keep it there.  Are there any users?  Thought that
two lines of code with one user are not worth it..

> ...what is the intention of changing the order?

Using the original split e.g. [[1, 2, 3], [4, 5, 6]] we'd
have to process the whole output of 1st worker before moving
to the 2nd worker- which would be blocked all the time.
With [[1, 3, 5], [2, 4, 6]] workers mostly run in parallel.
_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to