Skip to content

Version 5.1.0

Choose a tag to compare

@lemire lemire released this 22 Aug 02:20
· 2 commits to master since this release
0489dd4

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

Full Changelog: v5.0.0...v5.1.0