metamx / bytebuffer-collections

ByteBuffer collection classes for java and jvm-based languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update roaring to 0.5.16

sirpkt opened this issue · comments

roaring bitmap 0.5.13 has a bug on flip() of ImmutableRoaringBitmap,
which results in incorrect return value of complement() in RoaringBitmapFactory.

0.5.16 is bug fixed version.