Skip to content

v1.4.0

Compare
Choose a tag to compare
@kelindar kelindar released this 07 Jun 18:26
· 5 commits to main since this release
9bb0cfc

This release adds simple generic functions for filtered reduction specifically Sum([]T, Bitmap), Min([]T, Bitmap) and Max([]T, Bitmap). They are not the most optimized at the moment, but should be at least 2x better than the naive implementations using range or loop, as these reductions are done in a vectorized way.

What's Changed

Full Changelog: v1.3.0...v1.4.0