Releases: RoaringBitmap/CRoaring
Releases · RoaringBitmap/CRoaring
Version 1.1.4
What's Changed
- Additional tests related to issue 476 by @lemire in #479
- Correct macro ROARING_DISABLE_X64. by @CharlesChen888 in #478
- Fix a handful of compilation issues with older C standards by @ttaylorr in #480
- portability.h: add an build flag to suppress warnings by @ttaylorr in #481
New Contributors
Full Changelog: v1.1.3...v1.1.4
Version 1.1.3
What's Changed
- add get_index and it will return the index of the element by @bryceustc in #470
- Checking OS support for AVX-512 by @lemire in #477
- Using atomic counters on shared containers by @lemire in #473
New Contributors
- @pmixer made their first contribution in #466
- @bryceustc made their first contribution in #470
Full Changelog: v1.1.2...v1.1.3
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(hui.han@intel.com) signed-off-by: lifan lin(lifan.lin@intel.com)
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.