easyice commented on PR #13825: URL: https://github.com/apache/lucene/pull/13825#issuecomment-2379114801
> the current readGroupVInts is also pretty specific to what the postings are doing. And it just calls readVint() and readGroupVint() behind the scenes. Seems like a good candidate to move to PostingsUtil, leaving just the one readGroupVint() method in DataInput? Actually, I have tried to use group-varint encoding in other places. just don’t see a significant impact on performance at this point. * Use group-varint encode the positions https://github.com/apache/lucene/pull/12842 * Cut over HNSW's neighbor lists to group-varint https://github.com/apache/lucene/issues/12871 -- 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