Thoughts on a new method for equality on java.util.Objects?

2024-02-10 Thread David Alayachew
Hello Core Libs Dev Team, I jumped the gun a bit and made a PR for this first. Alan Bateman kindly informed me of my faux pas, and now I'm trying to redo things correctly. I am looking to add a new method to java.util.Objects to facilitate equality checks, something that I hope fits well in place

Re: RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v11]

2024-02-10 Thread Laurent Bourgès
On Thu, 8 Feb 2024 01:54:45 GMT, Srinivas Vamsi Parasa wrote: >> Hello Vamsi (@vamsi-parasa), >> >> Many thanks for the results! Now we can see that intrinsics are applied in >> all cases, >> but there are big differences between the same code. >> >> For example, >> parallelSort REPEATED 2