You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
#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.