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
Has there been any attempt to rework wyhash() to work on null terminated c-strings? Wondering if it could be made faster if for strings you didn't already know the length. Rather than having to do l = strlen(s); wyhash(s,l,0,_wyp);
The text was updated successfully, but these errors were encountered:
Has there been any attempt to rework wyhash() to work on null terminated c-strings? Wondering if it could be made faster if for strings you didn't already know the length. Rather than having to do
l = strlen(s); wyhash(s,l,0,_wyp);
The text was updated successfully, but these errors were encountered: