Re: RFR: 8300489: Use ArraysSupport.vectorizedHashCode in j.l.CharacterName

2023-01-18 Thread Claes Redestad
On Wed, 18 Jan 2023 11:04:57 GMT, Claes Redestad wrote: > This patch makes use of `ArraysSupport.vectorizedHashCode` and helps verify > the performance win also for range-based hash calculations. Also modernized > and cleaned up the surrounding code somewhat. > > > Benchmark

Re: RFR: 8300489: Use ArraysSupport.vectorizedHashCode in j.l.CharacterName

2023-01-18 Thread Naoto Sato
On Wed, 18 Jan 2023 11:04:57 GMT, Claes Redestad wrote: > This patch makes use of `ArraysSupport.vectorizedHashCode` and helps verify > the performance win also for range-based hash calculations. Also modernized > and cleaned up the surrounding code somewhat. > > > Benchmark

Re: RFR: 8300489: Use ArraysSupport.vectorizedHashCode in j.l.CharacterName

2023-01-18 Thread Alan Bateman
On Wed, 18 Jan 2023 11:04:57 GMT, Claes Redestad wrote: > This patch makes use of `ArraysSupport.vectorizedHashCode` and helps verify > the performance win also for range-based hash calculations. Also modernized > and cleaned up the surrounding code somewhat. > > > Benchmark