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
* Vectorise BitArray for ARM64
* Make algorithms endianness agnostic
* Change loop counter to uint to prevent overflow
* Fix CopyTo(bool[])
* Move constant variables outside the loop
* More unsigned goodness
* Use span.Clear instead of Fill(0)
0 commit comments