kkewwei commented on PR #16669: URL: https://github.com/apache/lucene/pull/16669#issuecomment-5665804295
I also do the benchmark with `MustNotBooleanQueryBenchmark` - For dense path: mustNotTermCount | Baseline | Candidate | improvement -- | -- | -- | -- | -- 3 | 41.67 ± 1.71 ops/s | 2897.34 ± 80.36 ops/s | 69.54x 7 | 44.17 ± 2.15 ops/s | 400.85 ± 9.78 ops/s | 9.07x 11 | 32.03 ± 2.06 ops/s | 365.19 ± 11.18 ops/s | 11.40x - For spare path: mustNotTermCount | Baseline | Candidate | improvement -- | -- | -- | -- 3 | 5245.66 ± 123.27 ops/s | 5238.78 ± 150.57 ops/s | -0.13% 7 | 4598.34 ± 109.50 ops/s | 4692.22 ± 79.55 ops/s | +2.04% 11 | 3790.53 ± 117.27 ops/s | 3842.41 ± 88.07 ops/s | +1.37% We can also see a 500%+ improvement in dense path. -- 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]
