ChrisHegarty commented on PR #13321:
URL: https://github.com/apache/lucene/pull/13321#issuecomment-2077675140

   > Because this makes things measurably slower. ..
   
   Ok. That's a very good reason! ;-)
   
   > And I am not sure how it makes the comparisons easier. We then have to add 
LoC to decompress both and then compare both. The iteration code, etc. all 
remains the same.
   
   Right. It's just that the masking and shifting would apply equally to each 
of the inputs. And we'd load less data - since the number of bytes in the query 
would be less.  I'm perfectly ok with the code as it is, I was mainly ensuring 
that such was considered (which is was).


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