Skip to content

GString: Bump minimum size

Matthias Clasen requested to merge gstring-min-size into main

GString starts out at a size of 2, which is just not useful. Bump the minimum size to 64 to cut down on the number of tiny reallocations we do.

Merge request reports