Re: Minor optimizations / questions about stream implementation

2025-01-17 Thread Daniel Avery
make changes and run any of the openjdk stream > benches (after running the tests)? > > Cheers, > √ > > > *Viktor Klang* > Software Architect, Java Platform Group > Oracle > -- > *From:* core-libs-dev on behalf of > Daniel Avery &

Minor optimizations / questions about stream implementation

2025-01-16 Thread Daniel Avery
Hi, I recently finished a deep-dive through the code in java.util.stream, and came across a few corners that stuck out to me as being odd, in a "small missed opportunity" kind of way. I figured I'd raise them here just in case any are legitimate, or I could get some better insight. I am looking at

Minor optimizations / questions about stream implementation

2025-01-10 Thread Daniel Avery
Hi, I recently finished a deep-dive through the code in java.util.stream, and came across a few corners that stuck out to me as being odd, in a "small missed opportunity" kind of way. I figured I'd raise them here just in case any are legitimate, or I could get some better insight. I am looking at