On Tue, 18 Jun 2024 10:00:46 GMT, Claes Redestad wrote:
>> Extracting duplicate method references to static field reduce proxy class
>> spinning and loading. In this case 2 less classes loaded when using
>> `findAny()` on each type of stream.
>
> Claes Redestad has updated the pull request incr
On Wed, 21 Aug 2024 22:04:02 GMT, Claes Redestad wrote:
>> @cl4es Just wonder what your use case is for this addition. If this is
>> accidentally committed, please remove it and I am glad with all other
>> changes.
>
> Adding a `main` method in micros like these allow me to easily multi-purpose
On Wed, 21 Aug 2024 21:46:15 GMT, Chen Liang wrote:
>> test/micro/org/openjdk/bench/java/util/stream/ops/ref/FindAny.java line 63:
>>
>>> 61: }
>>> 62:
>>> 63: public static void main(String... args) {
>>
>> Is this driver necessary?
>
> @cl4es Just wonder what your use case is for thi
On Wed, 24 Jul 2024 14:24:40 GMT, Chen Liang wrote:
>> Claes Redestad has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fixes
>
> test/micro/org/openjdk/bench/java/util/stream/ops/ref/FindAny.java line 63:
>
>> 61: }
>> 62:
>> 63:
On Tue, 18 Jun 2024 10:00:46 GMT, Claes Redestad wrote:
>> Extracting duplicate method references to static field reduce proxy class
>> spinning and loading. In this case 2 less classes loaded when using
>> `findAny()` on each type of stream.
>
> Claes Redestad has updated the pull request incr
On Tue, 18 Jun 2024 10:00:46 GMT, Claes Redestad wrote:
>> Extracting duplicate method references to static field reduce proxy class
>> spinning and loading. In this case 2 less classes loaded when using
>> `findAny()` on each type of stream.
>
> Claes Redestad has updated the pull request incr
> Extracting duplicate method references to static field reduce proxy class
> spinning and loading. In this case 2 less classes loaded when using
> `findAny()` on each type of stream.
Claes Redestad has updated the pull request incrementally with one additional
commit since the last revision: