jpountz commented on code in PR #13658: URL: https://github.com/apache/lucene/pull/13658#discussion_r1718950733
########## lucene/core/src/java/org/apache/lucene/internal/vectorization/DefaultPostingDecodingUtil.java: ########## @@ -29,13 +29,14 @@ public DefaultPostingDecodingUtil(IndexInput in) { @Override public void splitLongs( Review Comment: > can we determine cIndex as `count * ((bShift - 1) / dec + 1)`? We could do something like that, though it's often more convenient to start at `0` when the `c` array is `tmp` rather than `longs`. -- 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