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 portability, when possible #11

Closed
wants to merge 18 commits into from

Conversation

smmathews-brandwatch
Copy link
Collaborator

there's no reason why we should be constantly serializing and deserializing the portable version of roaring bitmap (that allows it to work in java and go) when we can just handle that case in roaringbitmap_in/roaringbitmap_out.

TODO: fix up tests

…lizing the portable version of roaring bitmap (that allows it to work in java and go) when we can just handle that case in roaringbitmap_in/roaringbitmap_out.

TODO: fix up tests
… was mostly copy-pasted from an old version of roaring bitmaps, anyway.
…e might as well stick to the frozen serialization.
select '{}'::roaringbitmap::bytea;
select '{1}'::roaringbitmap::bytea;
select '{1,9999}'::roaringbitmap::bytea;
@smmathews-brandwatch smmathews-brandwatch deleted the nt-avoid-portability branch October 24, 2023 14:17
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.

1 participant