On Tue, 24 Jun 2025 19:15:38 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> > One possibility is to copy the remaining fragment of a line to a new > > transfer buffer (maybe twice the size). > > It's probably worth testing this. In 0ee3f59 I implemented something like this. It is a bit faster than the currect proposal and dispenses with `StringBuilder`. The test is expanded for better coverage. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25863#discussion_r2170163998