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


   Very cool, thanks for testing what happens with small integers!
   
   Do the numbers get better if you use `TimSorter` as a fallback sort? 
`InPlaceMergeSorter` is convenient because it only requires implementing a few 
methods, but the logic it uses to merge sorted arrays in-place is very slow, so 
I wonder if that's the cause of the slow down we're seeing.


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