RoaringBitmap Travis CI Build Status

This is not yet production ready.

This is a Rust port of the Roaring bitmap data structure, initially defined as a Java library and described in Better bitmap performance with Roaring bitmaps.

Developing

Take note of the Collections reform RFC for the API. Mostly aiming to duplicate the BitvSet API.

TODO