Skip to content

2021.10.07 fixes and improvements

Compare
Choose a tag to compare
@reuster986 reuster986 released this 06 Oct 16:41
· 1416 commits to master since this release
7c18062

Highlights

It's only been a week since the last release, but several important things have happened:

  • #941 fixes a bug affecting correctness of the LSD radix sort in a corner case
  • #945 implements element-wise bit operations like popcount, clz, and rotations
  • #935 greatly improves performance for operations that allocate many small arrays
  • #931 speeds up string regex operations by improving how string segments are localized

This is an update of the (now deleted) v2021.10.06 release to incorporate the bug fix in #949 . I could not reuse the tag, so I future-dated it.