inputsh / awesome-c

Continuing the development of awesome-c list on GitHub
Other
3.49k stars 358 forks source link

proposal: add t1ha to the hashing section #105

Open erthink opened 5 years ago

erthink commented 5 years ago

https://github.com/leo-yuriev/t1ha#t1ha

Briefly, it is a portable 64-bit hash function:

I can say that t1ha appeared as a result of searching for a compromise between quality and speed, at the same time taking into account the capabilities of modern processors and the already found methods (arithmetic-logical combinations) of mixing and spreading dependencies (avalanche effect).

Bfgeshka commented 5 years ago

Woah, it already says "Included in the Awesome C list of open source C software."

That's one way of positive thinking

EvilPudding commented 5 years ago

@Bfgeshka It probably gives you the hash of the string you didn't input yet.

erthink commented 5 years ago

oah, it already says "Included in the Awesome C list of open source C software."

That's one way of positive thinking

It it one more "awesome" list, i.e. https://github.com/kozross/awesome-c

EvilPudding commented 5 years ago

I didn't check, was just joking. I stand corrected.

sjfricke commented 5 years ago

@leo-yuriev did you want to make the PR otherwise I will be more than willing to