gf2121 opened a new pull request #545:
URL: https://github.com/apache/lucene/pull/545


   In LUCENE-10315, I tried to generate a ForUtil whose BLOCK_SIZE=512, I 
thought it could be simple since it looks like i only need to change the 
BLOCK_SIZE, but it turns out that there are a lot of hard code values...
   
   So this is trying to make all hard code value generated from the BLOCK_SIZE 
in case we need a ForUtil somewhere else or want to change BLOCK_SIZE in 
postings in feature.
   
   I tried to make the BLOCK_SIZE = 64 / 256 and all tests passed.


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