Skip to content

Backport !2251 “GString: Bump minimum size” to glib-2-70

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.


Trivial backport of !2251 (merged) to glib-2-70.

Merge request reports