1.0.0
- Breaking changes in
1.0.0
Bitmap#create
is nowBitmap#new
,Treemap#create
is nowTreemap#new
Bitmap#create_with_capacity
is nowBitmap#with_container_capacity
Bitmap
andTreemap
serialization was reworked to use trait based implementations. Support forPortable
,Native
,Frozen
andJvmLegacy
formats available. See documentation for short descriptions.
- Other changes in
1.0.0
:- Added
Treemap
has many new functions added includingis_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 underRoaringBitmap
organisation
- Added
Many thanks to @Dr-Emann for driving forward this release.