jpountz commented on PR #12782:
URL: https://github.com/apache/lucene/pull/12782#issuecomment-1822453957

   For reference, I computed the most frequent `flag` values on wikibigall, 
which are the values that might be worth optimizing for:
    - 0x55 (4 2-bytes ints): 29.6%
    - 0xaa (5 3-bytes ints): 6.5%
    - every other combination is below 3.5%
   
   Now broken down by number of bytes per int:
    - 1 byte: 13.8%
    - 2 bytes: 60.1%
    - 3 bytes: 26.1%
    - 4 bytes: 0%


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