-
Notifications
You must be signed in to change notification settings - Fork 86
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
Is it possible to be compatible with java based roaringbitmap? #310
Comments
cc @Kerollmops |
Hey @zuston 👋 The |
Thanks for your quick reply @Kerollmops . BTW, which data structure could be compatible with the |
Hey @zuston 👋 I don't know which encoder they use. When I read the doc, it seems that they can store up to 2^32 integers, so maybe it's the same encoder as our |
Oh thanks. Let me test it and I want to use this crate to replace the roaringc rust binding. |
Thanks for your great work in this project.
I want to know is it possible to serialize the bitmap into the bytes in rust side that could be deserialized by java roaringbitmap dependency
The text was updated successfully, but these errors were encountered: