Re: Common thread pool API in Git?

2019-09-27 Thread Jeff King
On Wed, Sep 25, 2019 at 05:33:00PM -0700, Jonathan Tan wrote: > Does anyone have ideas or plans for this? I know that (at least) "grep" > and "index-pack" have their own implementations, and it would be great > to just have one that all code can use. > [..] > Searching reveals [2], but I don't thi

Re: Common thread pool API in Git?

2019-09-25 Thread Jonathan Tan
> For those who want to know, this question was motivated by a big delta > tree occurring in [1]. Forgot to mention: this is not an issue of the server not repacking with a chain length limit. The tree in question is indeed not tall, but it is very wide.

Common thread pool API in Git?

2019-09-25 Thread Jonathan Tan
Does anyone have ideas or plans for this? I know that (at least) "grep" and "index-pack" have their own implementations, and it would be great to just have one that all code can use. For those who want to know, this question was motivated by a big delta tree occurring in [1]. index-pack does paral