Skip to content

Releases: RoaringBitmap/croaring-rs

0.6.3

19 Nov 12:12
Compare
Choose a tag to compare
  • CRoaring updated to 0.8.0
  • Fixes for Treemap#run_optimize and Treemap#remove_run_compression #92

0.6.2

11 Nov 09:49
Compare
Choose a tag to compare
  • CRoaring updated to 0.6.0
  • bindgen updated to 0.61
  • roaring updated to 0.10

0.6.1

08 May 14:03
Compare
Choose a tag to compare
  • CRoaring updated to 0.5.0
  • Adds Bitmap#add_offset - compute a new bitmap, which contains all values from this bitmap, but shifted by offset
  • Many Bitmap functions now require &self instead of needlessly requiring &mut self

Thanks @Dr-Emann!

0.6.0

24 Apr 13:18
Compare
Choose a tag to compare
  • BREAKING: Allows passing RangeBounds to range accepting functions #79
  • Faster performance by direct embed of roaring_bitmap_t #83

Many thanks to @Dr-Emann.

0.5.2

10 Apr 13:28
Compare
Choose a tag to compare
  • CRoaring updated to 0.3.4
  • Build improvements to croaring-sys (#77, #84)
  • Adds Bitmap#next_many efficient bitmap iteration in chunks (#81)
  • Implements Extend for Bitmap and Treemap (#82)
  • croaring-rs now uses Rust 2021 (#75)

Many thanks @Dr-Emann and @vorot93 for contributions!

0.5.1

26 Jul 18:38
Compare
Choose a tag to compare
  • CRoaring updated to 0.3.3

0.5.0

24 Apr 10:49
Compare
Choose a tag to compare
  • CRoaring updated to 0.3.1
  • -march=native is not a default for croaring-sys anymore
  • Impl Default for Bitmap and Treemap

0.4.6

15 Jan 07:30
Compare
Choose a tag to compare
  • Better Debug for large Bitmaps
  • Update bindgen to v0.56.0, Apple Silicon support

0.4.5

21 Jun 19:12
Compare
Choose a tag to compare
  • Allow to specify CPU architecture when building CRoaring (#62)
  • Update CRoaring to 0.2.66

0.4.4

25 Jan 12:14
Compare
Choose a tag to compare