gf2121 commented on PR #14203: URL: https://github.com/apache/lucene/pull/14203#issuecomment-2653948712
I refactor code to inner-loop. Result on wikimediumall AVX512 ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value TermDTSort 84.41 (4.4%) 82.84 (7.4%) -1.9% ( -13% - 10%) 0.337 TermDayOfYearSort 83.32 (4.6%) 84.33 (5.8%) 1.2% ( -8% - 12%) 0.463 IntSet 246.30 (4.1%) 254.93 (4.0%) 3.5% ( -4% - 12%) 0.006 CountFilteredIntNRQ 38.18 (3.5%) 42.08 (3.4%) 10.2% ( 3% - 17%) 0.000 IntNRQ 66.06 (4.9%) 81.60 (3.6%) 23.5% ( 14% - 33%) 0.000 FilteredIntNRQ 63.17 (4.4%) 79.11 (3.4%) 25.2% ( 16% - 34%) 0.000 ``` -- 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