Re: [PATCH v4 0/5] read-cache: speed up index load through parallelization

2018-09-12 Thread Ben Peart
On 9/11/2018 7:26 PM, Ben Peart wrote: This version of the patch merges in Duy's work to speed up index v4 decoding. I had to massage it a bit to get it to work with the multi-threading but its still largely his code. It helps a little (3%-4%) when the cache entry thread(s) take the longest an

[PATCH v4 0/5] read-cache: speed up index load through parallelization

2018-09-11 Thread Ben Peart
This version of the patch merges in Duy's work to speed up index v4 decoding. I had to massage it a bit to get it to work with the multi-threading but its still largely his code. It helps a little (3%-4%) when the cache entry thread(s) take the longest and not when the index extensions loading is t