RamakrishnaChilaka commented on PR #15110:
URL: https://github.com/apache/lucene/pull/15110#issuecomment-3214579018

   Thanks @jpountz, for taking a look at this PR.
   
   Yes, MemorySegmentPostingDecodingUtil has the same strided-write pattern. 
I’ll open a follow-up PR that flips the loops so the innermost store becomes 
the contiguous `b[j * count + i]`, matching the optimisation.
   
   
   


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