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
Optimize HashCode.AddBytes for inputs larger than 16 bytes. (#70095)
* Optimize `HashCode.AddBytes` for inputs larger than 16 bytes.
* Address PR feedback, refactor control flow and inline UnsafeAddMany.
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
* Add more asserts before memory reads and move one inside the main loop.
* Address PR feedback.
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
0 commit comments