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
Added a .NET Standard 2.1 target, and changed the lookup to use ReadOnlySpan<byte> for the lookup, to avoid locking.
This should improve runtime performance when used with platforms listed here. (4b5a5d7)