Releases: RoaringBitmap/CRoaring
Releases · RoaringBitmap/CRoaring
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.
Version 0.9.6
Version 0.9.5
Version 0.9.4
Version 0.9.3
What's Changed
Full Changelog: v0.9.2...v0.9.3
Version 0.9.2
This is a patch release. Fixes #428
Full Changelog: v0.9.1...v0.9.2
Version 0.9.1
What's Changed
- Adding s390x tests and documenting that we 'support' big-endian mainframesby @lemire in #422
- fix use of arena_alloc for C++ compilers when roaring.c is compiled as C++ by @SalvatorePreviti in #427
Full Changelog: v0.9.0...v0.9.1