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 not implement CharSequence) You hinted at it, but just to make it explicit, user mode implementations cant do the needed optimizations to avoid the char[] clone. Gruss Bernd >
- Proposal for new public class: java.io.CharSequenceReader Markus Karg
- Re: Proposal for new public class: java.io.CharSequen... Bernd Eckenfels
- Re: Proposal for new public class: java.io.CharSequen... Rob Spoor
- Re: Proposal for new public class: java.io.CharSequen... Alan Bateman