aherbert commented on PR #140:
URL: https://github.com/apache/commons-numbers/pull/140#issuecomment-1981690270

   Confirmed performance of current code on MacBook Pro M2 using JDK 21:
   ```
   Benchmark                            (numPairs)  (seed)   Mode  Cnt    Score 
  Error  Units
   GcdPerformance.gcdBigInteger             100000      42  thrpt   10   20.600 
± 0.082  ops/s
   GcdPerformance.gcdInt                    100000      42  thrpt   10  247.326 
± 1.044  ops/s
   GcdPerformance.gcdIntAdaptedForLong      100000      42  thrpt   10   66.630 
± 0.316  ops/s
   GcdPerformance.gcdLong                   100000      42  thrpt   10  111.815 
± 0.586  ops/s
   GcdPerformance.gcdLongAdaptedForInt      100000      42  thrpt   10  222.632 
± 2.511  ops/s
   GcdPerformance.gcdLongWithInts           100000      42  thrpt   10  217.358 
± 2.724  ops/s
   GcdPerformance.oldGcdLong                100000      42  thrpt   10   29.178 
± 0.059  ops/s
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to