RoaringFormatSpec icon indicating copy to clipboard operation
RoaringFormatSpec copied to clipboard

Specification of the compressed-bitmap Roaring format

Results 2 RoaringFormatSpec issues
Sort by recently updated
recently updated
newest added

suppose i have multiple clients implemented in different languages(go, java...), and all of them need to download roaringbitmap from server through http. when bitmap gets large(about 10 millions) and serialized...

Hey @lemire, I am currently in the process of greatly improving the deserialization algorithm of the roaring-rs library. The binary serialization format is quite good. It allows the Bitmap types...