reyandme / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
122 stars 29 forks source link

Switch from current Adler32CRC to System.Hash.TBobJenkinsHash #145

Open Kromster80 opened 3 years ago

Kromster80 commented 3 years ago

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)