On Sun, 12 Mar 2023 21:28:59 GMT, null wrote:
>> Sorting:
>>
>> - adopt radix sort for sequential and parallel sorts on
>> int/long/float/double arrays (almost random and length > 6K)
>> - fix tryMergeRuns() to better handle case when the last run is a single
On Tue, 17 Oct 2023 14:17:20 GMT, Martin Doerr wrote:
>> The AIX linker has a few minor diffs to the linux ABIv1 linker. In addition,
>> double values have only 4 Byte alignment within structures. This PR is based
>> on JDK22 version of the FFI.
>
> Martin Doerr has updated the pull request inc
On Tue, 17 Oct 2023 14:17:20 GMT, Martin Doerr wrote:
>> The AIX linker has a few minor diffs to the linux ABIv1 linker. In addition,
>> double values have only 4 Byte alignment within structures. This PR is based
>> on JDK22 version of the FFI.
>
> Martin Doerr has updated the pull request inc
On Fri, 27 Oct 2023 10:31:35 GMT, Alan Bateman wrote:
> > Hey stuart-marks (cc liach @AlanBateman ExE-Boss), I think this discussion
> > has stalled a bit. Would it be an idea to at least push this commit through.
>
> No, as I don't think there is agreement yet on this direction. Also all of
>
On Wed, 20 Sep 2023 16:33:56 GMT, Paul Sandoz wrote:
>>> > Alan, you mentioned that DualPivotQuicksort will need detailed review.
>>> > Can we go ahead and start reviewing? Laurent checked performance, JMH
>>> > results look fine.
>>>
>>> As before, I think the main question with this change i
On Sat, 22 Jul 2023 04:44:21 GMT, Stuart Marks wrote:
>> See https://bugs.java.com/bugdatabase/view_bug?bug_id=8305734 and
>> https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8311905
>
> Hi, thanks for the background and the discussion of the alternatives. I'm not
> sure that drafting the