Skip to content

Releases: RoaringBitmap/croaring-rs

0.3.3

18 Jun 19:06
Compare
Choose a tag to compare

0.3.0

21 May 22:05
Compare
Choose a tag to compare
  • Uses CRoaring 0.2.31.
  • Adds Bitmap#intersect, Bitmap#jaccard_index, Bitmap#and_cardinality, Bitmap#or_cardinality, Bitmap#andnot_cardinality, Bitmap#xor_cardinality.
  • Uses bindgen to automatically generate FFI glue code in croaring-sys.

0.2.1

14 Jan 17:11
Compare
Choose a tag to compare
  • Upgade to CRoaring 0.2.15
  • Added Bitmap#minimum, Bitmap#maximum, Bitmap#select, Bitmap#rank

0.2.0

03 Jan 19:42
Compare
Choose a tag to compare
  • CRoaring library upgraded to version 0.2.12.
  • Bitmap#as_slice got replaced with Bitmap#to_vec as part of fixing #16
  • Bitmap#into_iter was replaced with Bitmap#iter which uses C based interators #20.

0.1.3

09 Oct 17:38
Compare
Choose a tag to compare
  • Added Bitmap#is_subset,Bitmap#is_strict_subset`
  • Added support for more standard operation variations

0.1.2

10 Sep 13:58
Compare
Choose a tag to compare
  • Updated CRoaring to the newest version
  • Added Bitmap#add_many that allows to add slice of integers in one go
  • Added Bitmap#statistics which returns stats about underlying roaring bitmap

0.1.1

03 Sep 13:31
Compare
Choose a tag to compare
  • Performance updates related to CRoaring update.