Skip to content

Conversation

@rbygrave
Copy link
Contributor

Currently, large strings will grow the internal buffer. Instead, have a largeStringMax limit, split strings greater than this limit into segments and write those flushing [but not growing] when needed.

Currently, large strings will grow the internal buffer. Instead, have a largeStringMax limit, split strings greater than this limit into segments and write those flushing [but not growing] when needed.
@rbygrave rbygrave self-assigned this Jul 17, 2025
}
}
}
_result[cur] = QUOTE;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer quote here as this could be in a "segment"

@rbygrave rbygrave requested a review from SentryMan July 17, 2025 20:29
@rbygrave rbygrave merged commit 691ca00 into main Jul 20, 2025
9 checks passed
@rbygrave rbygrave deleted the feature/large-string branch July 20, 2025 21:23
@SentryMan SentryMan added this to the 3.7 milestone Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants