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
switch from current Adler32CRC to System.Hash.TBobJenkinsHash. It's faster and provides more unique results (as tested on ~90k files on SSD, Adler32CRC had 460 collisions. BobJenkins had 0 and was ~30% faster overall)
The text was updated successfully, but these errors were encountered:
switch from current Adler32CRC to System.Hash.TBobJenkinsHash. It's faster and provides more unique results (as tested on ~90k files on SSD, Adler32CRC had 460 collisions. BobJenkins had 0 and was ~30% faster overall)
The text was updated successfully, but these errors were encountered: