gf2121 commented on PR #12775: URL: https://github.com/apache/lucene/pull/12775#issuecomment-1801199102
I checked linux x86, no obvious speedup too. Maybe the stable style somewhat helped the arm CPU cache ``` use stable sort: false, sort 5169965 terms, took: 4900ms use stable sort: false, sort 5169965 terms, took: 5373ms use stable sort: false, sort 5169965 terms, took: 4998ms use stable sort: false, sort 5169965 terms, took: 5345ms use stable sort: false, sort 5169965 terms, took: 5051ms use stable sort: false, sort 5169965 terms, took: 4906ms use stable sort: false, sort 5169965 terms, took: 4869ms use stable sort: false, sort 5169965 terms, took: 4840ms use stable sort: false, sort 5169965 terms, took: 4816ms use stable sort: false, sort 5169965 terms, took: 4760ms use stable sort: false, sort 5169965 terms, took: 4903ms use stable sort: true, sort 5169965 terms, took: 4883ms use stable sort: true, sort 5169965 terms, took: 4852ms use stable sort: true, sort 5169965 terms, took: 4920ms use stable sort: true, sort 5169965 terms, took: 4863ms use stable sort: true, sort 5169965 terms, took: 4836ms use stable sort: true, sort 5169965 terms, took: 4917ms use stable sort: true, sort 5169965 terms, took: 4836ms use stable sort: true, sort 5169965 terms, took: 4900ms use stable sort: true, sort 5169965 terms, took: 4888ms use stable sort: true, sort 5169965 terms, took: 4921ms use stable sort: true, sort 5169965 terms, took: 4835ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
