rmuir commented on issue #12639: URL: https://github.com/apache/lucene/issues/12639#issuecomment-1755455998
@jpountz on aarch64 (128-bit simd) the difference is small: ``` Benchmark (size) Mode Cnt Score Error Units BitCountBenchmark.bitCountNew 32 thrpt 5 108.510 ± 1.651 ops/us BitCountBenchmark.bitCountOld 32 thrpt 5 93.721 ± 0.300 ops/us ``` on avx-256 intel the situation is similar: ``` Benchmark (size) Mode Cnt Score Error Units BitCountBenchmark.bitCountNew 32 thrpt 5 45.930 ± 1.128 ops/us BitCountBenchmark.bitCountOld 32 thrpt 5 38.571 ± 0.429 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