kkewwei commented on PR #16669: URL: https://github.com/apache/lucene/pull/16669#issuecomment-5725062368
@parkertimmins I also run the benchmark `ReqExclNumericRangeBenchmark` mentioned in #16568 about `default MUST_NOT` and `Panama MUST_NOT` with no `spare` path. The benchmark results show that the current implementation(only `dense` path) also delivers significant performance improvements for sparse`MUST_NOT` queries. Provider 比率 Native ops/s Dense ops/s 提升 Default 0.01 20.064 143.334 7.14× Default 0.10 20.643 123.017 5.96× Default 0.50 28.372 117.931 4.16× Default 0.90 56.810 272.285 4.79× Default 0.99 77.982 389.228 4.99× Panama 0.01 18.511 254.776 13.76× Panama 0.10 19.192 202.275 10.54× Panama 0.50 27.917 246.289 8.82× Panama 0.90 59.247 267.438 4.51× Panama 0.99 78.942 263.249 3.33× -- 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]
