Version 0.6.5
- Improve unions between array stores by writing into a new allocation instead of inserting.
- Improve the
RoaringBitmap::deserialize_from
method by fetching bigger batches of bytes at a time. - Remove the local
retain_mut
function we introduced (#85) by an external library that does it for us (thanks to @upsuper).