Skip to content
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

Add comment to the SIMD intersection logic. #14073

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Dec 17, 2024

I did not know it when I checked in the code, but this is almost exactly the v1 intersection algorithm from the "SIMD compression and the intersection of sorted integers" paper.

I did not know it when I checked in the code, but this is almost exactly the v1
intersection algorithm from the "SIMD compression and the intersection of
sorted integers" paper.
Copy link
Contributor

@ChrisHegarty ChrisHegarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool!! Lgtm

@jpountz jpountz merged commit 42c4c11 into apache:main Dec 23, 2024
5 checks passed
@jpountz jpountz deleted the add_comment_to_simd_intersection branch December 23, 2024 08:38
jpountz added a commit that referenced this pull request Dec 23, 2024
I did not know it when I checked in the code, but this is almost exactly the v1
intersection algorithm from the "SIMD compression and the intersection of
sorted integers" paper.
benchaplin pushed a commit to benchaplin/lucene that referenced this pull request Dec 31, 2024
I did not know it when I checked in the code, but this is almost exactly the v1
intersection algorithm from the "SIMD compression and the intersection of
sorted integers" paper.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants