-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Speed up advancing within a sparse block in IndexedDISI. #14371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks @vsop-479 , have you been able to measure the performance of your patch? I had similar idea recently. If you look at newest code in lucene/lucene/core/src/java21/org/apache/lucene/internal/vectorization/PanamaVectorUtilSupport.java Lines 781 to 787 in b756024
|
Thanks for your feedback @gf2121. This patch is still in process, and have not been measured.
Thanks for reminding this, I noticed the vectorization approach when I find #13692 has been reverted. But I am not sure we can use vector for
That would be nice, I just noticed |
@gf2121
|
Maybe I should measure it with |
Thanks for running benchmark @vsop-479 !
Yes, you are right, a bench in jmh will be great. We have not had tasks measuring |
I measured it with
Even I set target docs's inteval to 10, there is still a big performance degrade. Maybe I use too many
I will try |
@gf2121
|
@gf2121
|
Adjust |
@gf2121 , I measured it on a linux server (
|
This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the [email protected] list. Thank you for your contribution! |
Description
Similar to #13692.