On 28/09/2024 17:15, Markus Karg wrote:
:
Alternatives:
- Applications could use Apache Commons IO's CharSequenceReader. As it
is an open-source third-party dependency, some authors might not be
allowed to use it, or may not want to carry this additional burden
just for the sake of this sing
On 28/09/2024 18:15, Markus Karg wrote:
- Applications could use Apache Commons IO's CharSequenceReader. As it is an
open-source third-party dependency, some authors might not be allowed to use
it, or may not want to carry this additional burden just for the sake of
this single performance improv
Markus Karg schrieb am 28.09.2024 18:15 (GMT +02:00):
> Dear Sirs,
> for performance reasons, hereby I like to propose the new public class
> java.io.CharSequenceReader
>
I like the idea and missed it in the past.
while we are at it, also support a char[] constructor (since this
char[] does n
Dear Sirs,
for performance reasons, hereby I like to propose the new public class
java.io.CharSequenceReader. Before sharing a pull request, I'd kindly like
to request for comments.
Since Java 1.1 we have the StringReader class. Since Java 1.4 we have the
CharSequence class. StringBuilder,