RFR: 8341566: Add Reader.of(CharSequence) [v10]
Markus KARG
duke at openjdk.org
Fri Oct 11 20:29:18 UTC 2024
On Fri, 11 Oct 2024 20:10:54 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> That's fine, but talking about performance improvements because of what you think the compiler will do isn't productive. Make the source clear and maintainable and low maintenance. tnx
Uhm... actually I thought my change *made* it clear and maintainable, as now the loop runs from start to end instead from zero to count 🤔. Anyways, I have no strong feelings here. If you like it more to iterate from zero to count then I simply can undo the commit (even if I personally think that is *less* understandable).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21371#issuecomment-2408078782
More information about the core-libs-dev
mailing list