rmuir commented on issue #12396: URL: https://github.com/apache/lucene/issues/12396#issuecomment-1611571271
crazy question: do we really need vectorized prefix sum for the postings list? could we just decode the deltas, and lazily defer computation of accumulated docid sum until its needed, e.g. in the PostingsEnum's `next()` method? I guess i'm just unsure why we need to delta-decode the entire `int[]` up-front, when the access is all DAAT. Maybe its a stupid idea, but its something we could try out independently of any vectorization. -- 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