Version 5.1.0
What's Changed
- Update shebang line in amalgamation.sh by @vaibhavsagar in #861
- Help GCC vectorize array-container iterator bulk reads by @lemire in #862
- Speed up roaring64 cardinality with a parallel typecodes array by @lemire in #863
- Make roaring64_iterator_value/has_value inline by @lemire in #865
- Pack the roaring64 iterator's hot fields into one cache line by @lemire in #866
- Speed up array container union: remove qsort from the SIMD tail, add an AVX-512 bitonic merge by @lemire in #851
- Speed up roaring64 deserialization, and add a portable frozen view by @lemire in #867
New Contributors
- @PingouinFerreux made their first contribution in #860
- @vaibhavsagar made their first contribution in #861
Full Changelog: v5.0.0...v5.1.0