ChrisHegarty commented on PR #12632:
URL: https://github.com/apache/lucene/pull/12632#issuecomment-1752003494

   Thanks for looking into this @rmuir, I've been thinking similar myself (just 
didn't get around to anything other than the thinking! )
   
   On my Mac M2.
   
   JDK 20.0.2.
   ```
   Benchmark                                   (size)   Mode  Cnt  Score   
Error   Units
   BinaryDotProductBenchmark.dotProductNew       1024  thrpt    5  6.590 ± 
0.098  ops/us
   BinaryDotProductBenchmark.dotProductNewNew    1024  thrpt    5  7.769 ± 
0.102  ops/us
   BinaryDotProductBenchmark.dotProductOld       1024  thrpt    5  3.159 ± 
0.034  ops/us
   ```
   
   JDK 21
   ```
   Benchmark                                   (size)   Mode  Cnt  Score   
Error   Units
   BinaryDotProductBenchmark.dotProductNew       1024  thrpt    5  6.546 ± 
0.054  ops/us
   BinaryDotProductBenchmark.dotProductNewNew    1024  thrpt    5  7.696 ± 
0.103  ops/us
   BinaryDotProductBenchmark.dotProductOld       1024  thrpt    5  2.893 ± 
0.306  ops/us
   ```


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to