gf2121 commented on PR #14910:
URL: https://github.com/apache/lucene/pull/14910#issuecomment-3045400211

   Some iteration:
   
   * add function support AVX256
   * add `setUpInvocation` to verify between invocations (making throughput 
decreased).
   
   ```
   Benchmark                             (bitSetSize)   Mode  Cnt      Score    
  Error   Units
   BitsetToArrayBenchmark.baseline                128  thrpt    5   4415.631 ±  
 35.705  ops/ms
   BitsetToArrayBenchmark.baseline                256  thrpt    5   3459.749 ±  
  4.363  ops/ms
   BitsetToArrayBenchmark.baseline                512  thrpt    5   3078.010 ±  
  5.782  ops/ms
   BitsetToArrayBenchmark.baseline                768  thrpt    5   2810.355 ±  
 71.504  ops/ms
   BitsetToArrayBenchmark.vectorized256           128  thrpt    5  18899.851 ± 
2565.343  ops/ms
   BitsetToArrayBenchmark.vectorized256           256  thrpt    5  10187.914 ±  
719.204  ops/ms
   BitsetToArrayBenchmark.vectorized256           512  thrpt    5   7168.348 ±  
 32.221  ops/ms
   BitsetToArrayBenchmark.vectorized256           768  thrpt    5  10219.470 ±  
 94.326  ops/ms
   BitsetToArrayBenchmark.vectorized512           128  thrpt    5  23504.996 ±  
135.599  ops/ms
   BitsetToArrayBenchmark.vectorized512           256  thrpt    5  14019.716 ±  
 98.376  ops/ms
   BitsetToArrayBenchmark.vectorized512           512  thrpt    5  10059.820 ± 
1111.972  ops/ms
   BitsetToArrayBenchmark.vectorized512           768  thrpt    5  16088.799 ± 
1621.209  ops/ms
   ```


-- 
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