Hi, On 2015-04-17 12:16, Eric Sunshine wrote: > On Thu, Apr 16, 2015 at 5:01 AM, Jeff King <peff@xxxxxxxx> wrote: >> We spend a lot of time in strbuf_getwholeline in a tight >> loop reading characters from a stdio handle into a buffer. >> The libc getdelim() function can do this for us with less >> overhead. Just for the record: Git for Windows cannot lean on `getdelim()`, as it is not available on Windows. Do not let that stop you; if it turns out to impact performance, we will just have to come up with our own implementation of that function. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html