Skip to content

Bit Collections v1.0.0

Compare
Choose a tag to compare
@MrUnbelievable92 MrUnbelievable92 released this 24 Mar 18:25
ba0b14a

Fixes

  • Fixed "ToArray" member methods of the generic bit array type
  • Fixed "%" operator of the Int40 type

Improvements

  • Added CPU feature check guards when using Burst intrinsics throughout the library
  • Performance improvements for "Shuffle" methods of bit8, bit16, bit32, bit64 and bits types in Burst compiled code if Bmi2 is supported

Additions

  • Added "SetAll(int index, int numNumbers, int value)" functions for all bit-number array types

Changes

  • [API BRAKING CHANGE] Operators of 3-,5-,6- and 7 byte numbers now return (u)ints and (u)longs, respectively, for performance reasons
  • Bump MaxMath to version 2.1.2