CRoaring

Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks

OTHER License

Stars
1.5K
Committers
77
CRoaring - Version 1.0.0

Published by lemire over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.9.9...v1.0.0

CRoaring - Version 0.9.9

Published by lemire over 1 year ago

Better guard for add_range.

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.9.8...v0.9.9

CRoaring - Version 0.9.8

Published by lemire over 1 year ago

What's Changed

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.9.7...v0.9.8

CRoaring - Version 0.9.7

Published by lemire over 1 year ago

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

CRoaring - Version 0.9.6

Published by lemire over 1 year ago

What's Changed

Credit to @Dr-Emann for finding the bug.

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.9.5...v0.9.6

CRoaring - Version 0.9.5

Published by lemire over 1 year ago

CRoaring - Version 0.9.4

Published by lemire over 1 year ago

What's Changed

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.9.3...v0.9.4

CRoaring - Version 0.9.3

Published by lemire over 1 year ago

What's Changed

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.9.2...v0.9.3

CRoaring - Version 0.9.2

Published by lemire over 1 year ago

CRoaring - Version 0.9.1

Published by lemire over 1 year ago

What's Changed

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.9.0...v0.9.1

CRoaring - Version 0.9.0

Published by lemire over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.8.1...v0.9.0

CRoaring - Version 0.8.1

Published by lemire almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.8.0...v0.8.1

CRoaring - Version 0.8.0

Published by lemire almost 2 years ago

What's Changed

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.7.3...v0.8.0

CRoaring - Version 0.7.3

Published by lemire almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.7.2...v0.7.3

CRoaring - Version 0.7.2

Published by lemire almost 2 years ago

What's Changed

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.7.1...v0.7.2

CRoaring - Version 0.7.1

Published by lemire about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.7.0...v0.7.1

CRoaring - Version 0.7.0

Published by lemire about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.6.0...v0.7.0

CRoaring - Version 0.6.0

Published by lemire over 2 years ago

What's Changed

Full Changelog: https://github.com/RoaringBitmap/CRoaring/compare/v0.5.0...v0.6.0

CRoaring - Version 0.5.0

Published by lemire over 2 years ago

Providing the possibility of pluggable custom memory.

CRoaring - Version 0.4.0

Published by lemire about 3 years ago

Adding support for frozen format under C++ (credit: @olan-ibm, review by @andreigudkov)