mikemccand commented on PR #12800:
URL: https://github.com/apache/lucene/pull/12800#issuecomment-1808206830

   I wonder whether `Arrays.sort` might be a good choice instead of making our 
own powerful sorting classes?  [OpenJDK is (gradually?) taking advantage of 
fast SIMD sorting](https://github.com/apache/lucene/issues/12399) so at some 
point / on some CPUs / for certain JDK versions, `Arrays.sort` should become 
faster than our own sorts.  (But, I don't think `Arrays.sort` has a parallel 
array option?).


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