tang-hi commented on issue #12396:
URL: https://github.com/apache/lucene/issues/12396#issuecomment-1621674331

   When using the int type, there is a significant performance improvement 
compared to the long type, approximately 2-3 times. You can refer to 
[link](https://github.com/ChrisHegarty/bitpacking/pull/1) for more details. The 
performance of decoding and encoding is similar, except that the original 
scalar decoding code has a speed of around 50op/us, while the vectorized 
version has a performance improvement of over twice as much.


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