Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@Nemo157 Nemo157 released this 12 Mar 11:24
0.5.0
 * 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.