Releases: RoaringBitmap/CRoaring
Releases · RoaringBitmap/CRoaring
Version 1.1.2
What's Changed
- fix the order of #endif for non X64 and compiling in cpp by @SalvatorePreviti in #464
Full Changelog: v1.1.1...v1.1.2
Version 1.1.1
Version 1.1.0
What's Changed
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
What's Changed
- Use fast_union_uint16 instead of union_uint16. by @CharlesChen888 in #452
- fix potential unterminated CROARING_TARGET_REGION by @longqimin in #456
- Issue 457 by @lemire in #458 reported by @Ezibenroc
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
What's Changed
- Add intersect_vector16_inplace to enable vectorized inplace intersection between arrays. by @CharlesChen888 in #445
- add avx512 support (contribution by @huihan365) #451
- add conventional bitset by @lemire in #448
New Contributors
- @silvergasp made their first contribution in #442
- @CharlesChen888 made their first contribution in #445
- @gabibguti made their first contribution in #450
- The AVX-512 routines are due to @huihan365: hui han([email protected]) signed-off-by: lifan lin([email protected])
Full Changelog: v0.9.9...v1.0.0
Version 0.9.9
Better guard for add_range.
Full Changelog: v0.9.8...v0.9.9
Version 0.9.8
Version 0.9.7
Using a C++ header instead of a C header. Credit to @chenyang8094 for raising a potential issue.