On 8/10/20 5:33 PM, Matheus Tavares wrote:
This series adds parallel workers to the checkout machinery. The cache entries are distributed among helper processes which are responsible for reading, filtering and writing the blobs to the working tree. This should benefit all commands that call unpack_trees() or check_updates(), such as: checkout, clone, sparse-checkout, checkout-index, etc.
This series looks very good! Thanks for your attention to detail. Jeff