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

   At least in theory, group varint could be made faster than vints even with 
single-byte integers, because a single check on `flag == 0` would tell us that 
all 4 integers have a single byte. Now, I don't know if we should do it, this 
doesn't sound like the most common case for doc IDs.
   
   Your change keep mixing doc IDs and frequencies. I wonder if we should write 
them in separate varint blocks?


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