You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The serialize_into method serializes a bitmap in a format that is compatible with the Java and the other ones. However, this crate will not generate ranges but bitmaps and lists of integers only.
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: