Skip to content

Releases: RoaringBitmap/roaring-rs

Version 0.6.6

21 Apr 09:46
2f41a25

Choose a tag to compare

Version 0.6.5

20 Feb 20:02
0af2b53

Choose a tag to compare

Version 0.6.4

23 Jan 10:19
811ca45

Choose a tag to compare

Version 0.6.3

20 Jan 13:08
feedd3f

Choose a tag to compare

Version 0.6.2

06 Dec 14:23
64886bb

Choose a tag to compare

Version 0.5.2

08 Apr 21:08
0.5.2

Choose a tag to compare

 * Add RoaringBitmap::remove_range and RoaringTreemap::remove_range
   (thanks again to @arthurprs)

Version 0.5.1

07 Apr 16:55
0.5.1

Choose a tag to compare

 * Add RoaringBitmap::serialized_size, RoaringTreemap::bitmaps and
   RoaringTreemap::from_bitmaps (thanks to @arthurprs)

Version 0.5.0

12 Mar 11:24
0.5.0

Choose a tag to compare

 * No more genericness, only the 32 bit implementation really makes sense.
 * Standard serialization and deserialization support as specified in
   https://github.com/RoaringBitmap/RoaringFormatSpec
 * Massive internal reorganisation, including some visible improvements to the
   docs.
 * Explicit minimal compatible version of Rust 1.11.0.
 * New 64 bit RoaringTreemap added, wraps 32 bit RoaringBitmaps into a
   BTreeMap. See http://r-libre.teluq.ca/930/1/Roaring64bits.pdf for a
   description (in French) of the likely performance tradeoffs. Contributed by
   @bvinc.

Version 0.4.2

19 Dec 20:43
0.4.2

Choose a tag to compare

 - Fixed dependency on num for new crates.io constraints, see 0.4.1 for real
   changes.

Version 0.4.1

19 Dec 20:32
0.4.1

Choose a tag to compare

 - Now supports RoaringBitmap<usize> (thanks to @jiangyang)
 - Fixed bug when intersecting bitmaps fully emptied out a container (reported by @aeickhoff)