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

Avoid intermediate arrays for other container types #716

Merged

Conversation

DanielThomas
Copy link
Contributor

@DanielThomas DanielThomas commented Apr 18, 2024

SUMMARY

Another quick follow up to #713 to avoid toBitmapContainer as this has shown up on hot paths for us too.

Automated Checks

  • I have run ./gradlew test and made sure that my PR does not break any unit test.
  • I have run ./gradlew checkstyleMain or the equivalent and corrected the formatting warnings reported.

@DanielThomas DanielThomas force-pushed the dannyt/avoid-container-copy branch 3 times, most recently from df282dc to ae1b08b Compare April 18, 2024 02:42
@DanielThomas
Copy link
Contributor Author

This passes all our parity tests internally too, so should be good to go now!

@lemire
Copy link
Member

lemire commented Apr 19, 2024

This looks good to me, merging.

@lemire lemire merged commit bea55d4 into RoaringBitmap:master Apr 19, 2024
7 checks passed
@DanielThomas
Copy link
Contributor Author

Thanks @lemire!

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.

None yet

2 participants