Skip to content

Releases: RoaringBitmap/CRoaring

Version 1.1.4

23 May 02:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

Version 1.1.3

16 May 02:39
Compare
Choose a tag to compare

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

Full Changelog: v1.1.2...v1.1.3

Version 1.1.2

18 Apr 22:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Version 1.1.1

12 Apr 19:38
09ed0f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

03 Apr 18:54
Compare
Choose a tag to compare

What's Changed

  • More accurate benchmarks by @lemire in #460
  • Vectorized (SIMD) under x64

Full Changelog: v1.0.1...v1.1.0

Version 1.0.1

30 Mar 21:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

26 Mar 11:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.9...v1.0.0

Version 0.9.9

28 Feb 23:31
Compare
Choose a tag to compare

Better guard for add_range.

Full Changelog: v0.9.8...v0.9.9

Version 0.9.8

16 Feb 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.7...v0.9.8

Version 0.9.7

16 Feb 13:59
Compare
Choose a tag to compare

Using a C++ header instead of a C header. Credit to @chenyang8094 for raising a potential issue.