jpountz commented on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-823954946


   I left a few comments before your previous comment, I left some suggestions 
to make the code simpler but I think that it's getting close.
   
   Thanks for the great performance analysis! Given that you are benchmarking 
with fully random bytes, I'm actually expecting the speedup to be greater with 
real data where the leading bytes are often zeroes. For instance I'd expect 
users who index integers (4 bytes) between 0 and 2^24 to notice speedups that 
are closer to the one that you computed for bytesPerDim=3 than for 
bytesPerDim=4.


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

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