Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ostream buffer growth was broken #8269

Merged
merged 1 commit into from
Nov 13, 2024
Merged

ostream buffer growth was broken #8269

merged 1 commit into from
Nov 13, 2024

Conversation

pixelflinger
Copy link
Collaborator

It only grew by 3/2 of the needed size instead of the needed capacity, which could be extremely slow when growing by a constant amount many times.

It only grew by 3/2 of the needed size instead of the needed capacity,
which could be extremely slow when growing by a constant amount
many times.
@pixelflinger pixelflinger added the internal Issue/PR does not affect clients label Nov 12, 2024
@pixelflinger pixelflinger merged commit 5dfd285 into main Nov 13, 2024
13 checks passed
@pixelflinger pixelflinger deleted the ma/ostream branch November 13, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants