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

   Thank you @mikemccand, @jpountz for reviewing the PR.
   
   > What exactly is expand8 and where it is it used in Lucene? Is it postings 
decode when bitwidth is 8?
   
   The patch vectorises ForUtil.expand8 with the JDK Vector API.
   expand8 is the low-level routine that inflates 1–8-bit packed integers back 
to 32-bit during postings decode; it is on the hot path for every segment that 
stores doc IDs, frequencies, or positions with ≤ 8 bits per value.
   
   Added Javadocs now!


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