Re: [PATCH v1] speed up refresh_index() by utilizing preload_index()

2018-10-29 Thread Junio C Hamano
Ben Peart writes: > From: Ben Peart > > Speed up refresh_index() by utilizing preload_index() to do most of the work > spread across multiple threads. This works because most cache entries will > get marked CE_UPTODATE so that refresh_cache_ent() can bail out early when > called from within

[PATCH v1] speed up refresh_index() by utilizing preload_index()

2018-10-29 Thread Ben Peart
From: Ben Peart Speed up refresh_index() by utilizing preload_index() to do most of the work spread across multiple threads. This works because most cache entries will get marked CE_UPTODATE so that refresh_cache_ent() can bail out early when called from within refresh_index(). On a Windows