From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 3823F1F4B4 for ; Thu, 1 Oct 2020 16:42:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732242AbgJAQmI (ORCPT ); Thu, 1 Oct 2020 12:42:08 -0400 Received: from siwi.pair.com ([209.68.5.199]:28534 "EHLO siwi.pair.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732048AbgJAQmI (ORCPT ); Thu, 1 Oct 2020 12:42:08 -0400 Received: from siwi.pair.com (localhost [127.0.0.1]) by siwi.pair.com (Postfix) with ESMTP id 08B5C3F4131; Thu, 1 Oct 2020 12:42:08 -0400 (EDT) Received: from Web02.contoso.com.tw (162-238-212-202.lightspeed.rlghnc.sbcglobal.net [162.238.212.202]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by siwi.pair.com (Postfix) with ESMTPSA id CC82B3F40CB; Thu, 1 Oct 2020 12:42:07 -0400 (EDT) Subject: Re: [RFC PATCH 00/21] [RFC] Parallel checkout To: Matheus Tavares , git@vger.kernel.org Cc: stolee@gmail.com, jeffhost@microsoft.com References: From: Jeff Hostetler Message-ID: <956e4570-a42d-d9c6-f904-de9d793852d5@jeffhostetler.com> Date: Thu, 1 Oct 2020 12:42:07 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org 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