You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bitmap#create is now Bitmap#new, Treemap#create is now Treemap#new
Bitmap#create_with_capacity is now Bitmap#with_container_capacity
Bitmap and Treemap serialization was reworked to use trait based implementations. Support for Portable, Native, Frozen and JvmLegacy formats available. See documentation for short descriptions.
Other changes in 1.0.0:
Added Treemap has many new functions added including is_subset, from_bitmap, add_checked, add_range and many others
Added Bitmap#from from [u32] slice as well as array of values
Performance improvements for Bitmap#from_iter
croaring-rs moved under RoaringBitmap organisation
Many thanks to @Dr-Emann for driving forward this release.