RoaringBitmap / CRoaring

Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks
http://roaringbitmap.org/
Other
1.57k stars 268 forks source link

roaring64: Don't crash on roaring64_bitmap_free(NULL) #632

Closed madscientist closed 5 months ago

madscientist commented 5 months ago

Before submitting this PR, run tools/clang-format.sh on your changes. See the "Contributing" section in the README for details.

lemire commented 5 months ago

This will be part of the next release.