Re: RFR: JDK-8310502 : Optimization for j.l.Long.fastUUID() [v30]

2023-06-27 Thread 温绍锦
> By optimizing the implementation of java.lang.Long#fastUUID, the performance > of the java.util.UUID#toString method can be significantly improved. > > The following are the test results of JMH: > > Benchmark Mode Cnt Score Error Units > UUIDUtilsBenchmark.new

Re: RFR: JDK-8310502 : Optimization for j.l.Long.fastUUID() [v30]

2023-06-29 Thread Alan Bateman
On Tue, 27 Jun 2023 17:44:23 GMT, 温绍锦 wrote: >> By optimizing the implementation of java.lang.Long#fastUUID, the performance >> of the java.util.UUID#toString method can be significantly improved. >> >> The following are the test results of JMH: >> >> Benchmark Mode Cnt