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

runcontainer: make fewer memory allocations in iandNotRunContainer16(). #464

Conversation

dominiquelefevre
Copy link
Contributor

There is no need to convert both run containers to bitmap containers first. There already is an efficient implementation of andNot in AndNotRunContainer16(), so use it.

There is no need to convert both run containers to bitmap
containers first. There already is an efficient implementation
of andNot in AndNotRunContainer16(), so use it.
@dominiquelefevre dominiquelefevre force-pushed the fewer-allocations-in-iandNotRunContainer16 branch from 51933bc to cdb209e Compare December 23, 2024 11:48
@lemire
Copy link
Member

lemire commented Dec 23, 2024

Running tests.

@dominiquelefevre
Copy link
Contributor Author

Ping. The tests are successful.

@lemire lemire merged commit fc14622 into RoaringBitmap:master Dec 24, 2024
8 checks passed
@lemire
Copy link
Member

lemire commented Dec 24, 2024

merged

@dominiquelefevre
Copy link
Contributor Author

merged

Thank you!

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