Pierre Habouzit <madcoder@xxxxxxxxxx> writes: > This brings builtin-stripspace, builtin-tag and mktag to use strbufs. One worry I have about this is that strbuf_read() only does the default allocation growth, while all of these callers used to have some guess as to what the initial allocation to avoid realloc should be. Perhaps you would want to pre-grow the buffer between strbuf_init() and strbuf_read() calls? - 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