> This optimization is a followup to https://github.com/openjdk/jdk/pull/24290
> trying to reduce the performance regression in some scenarios introduced in
> https://bugs.openjdk.org/browse/JDK-8292818 . Based both on performance and
> memory consumption it is a (better) alternative to
> https
On Mon, 28 Apr 2025 07:44:04 GMT, Radim Vansa wrote:
>> This optimization is a followup to https://github.com/openjdk/jdk/pull/24290
>> trying to reduce the performance regression in some scenarios introduced in
>> https://bugs.openjdk.org/browse/JDK-8292818 . Based both on performance and
>>
On Wed, 30 Apr 2025 20:19:50 GMT, Frederic Parain wrote:
>> Radim Vansa has updated the pull request incrementally with three additional
>> commits since the last revision:
>>
>> - Fix VerifyRawIndexesTest
>> - Fix reordering in layout and annotations
>> - Use qsort_r for different platforms
On Wed, 30 Apr 2025 20:12:17 GMT, Frederic Parain wrote:
>> Radim Vansa has updated the pull request incrementally with three additional
>> commits since the last revision:
>>
>> - Fix VerifyRawIndexesTest
>> - Fix reordering in layout and annotations
>> - Use qsort_r for different platforms