Skip to content

v0.5.5

Compare
Choose a tag to compare
@james7132 james7132 released this 05 Apr 01:47
· 5 commits to master since this release
c69f0ff
  • #116: Add functions for counting the results of a set operation (union_count,
    intersection_count, difference_count, symmetric_difference_count) by @james7132.
  • #118: Shrink the stack size of FixedBitset. There should be zero stack size overhead
    compared to a Vec.
  • #119: Fix builds for wasm32.
  • #120: Add more utility functions that were previously missing from the public interface:
    contains_any_in_range, contains_all_in_range, minimum, maximum, is_full, count_zeroes, and remove_range.
  • #121: Add support for SIMD acceleration for AVX builds.