Hacker News new | ask | show | jobs
by Xeoncross 1382 days ago
I was actually asking how they were serialized and stored on disk.
1 comments

The on-disk format is documented in the spec: https://github.com/RoaringBitmap/RoaringFormatSpec

It's very simple actually. I worked on adding run container support which involved adding support for the newer serialization format in roaring-rs and it proved quite elegant.