rurban / smhasher

Hash function quality and speed tests
https://rurban.github.io/smhasher/
Other
1.82k stars 177 forks source link

wyhash_alpha released #112

Closed wangyi-fudan closed 4 years ago

wangyi-fudan commented 4 years ago

Dear rurban: wyhash_alpha has been stabilized for 11 days and I feel that it is the time to announce it. major improvement: 1: pay great attention to speed up short string hashing. almost perfect now. 2: bulk speed is high, because I drop the concern of "blind multiply". 3: for those really concerned on "blind multiply", I offer UNOFFICIAL_WYHASH_CONDOM to make it safer and slower. Without this define, wyhash loss entropy about every 65536 peta bytes.

Due to the spread of COVID-19, I transform my research on that. Miss you all and bless us all! Yours Yi Wang

dumblob commented 4 years ago

@wangyi-fudan have you heard of http://fold.it/ (3D game to find the right molecules as help to prevent COVID-19)?

wangyi-fudan commented 4 years ago

I write two papers on COVID-19 predicitons: https://www.medrxiv.org/content/10.1101/2020.02.19.20025262v1 https://www.medrxiv.org/content/10.1101/2020.03.01.20029819v2