mikemccand commented on issue #12399:
URL: https://github.com/apache/lucene/issues/12399#issuecomment-1788845861

   Some exciting updates here ... Intel continues to improve this "super fast 
sorting using SIMD instructions" library: 
https://www.phoronix.com/news/Intel-x86-simd-sort-4.0
   
   And apparently NumPy (fast Python numeric extensions) adopted it, and now 
also OpenJDK: https://www.phoronix.com/news/Intel-x86-simd-sort-3.0
   
   I wonder which version of OpenJDK we will first see this released in?  So, 
yeah, we should try to use `Arrays.sort` more in Lucene instead of our own sort 
impls when possible!


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