Hashing strings bytewise in C#

from blog nickb.dev, | ↗ original
This post has been adapted from the documentation I wrote for Farmhash.Sharp. I think there is misleading information out there when it comes to string hashing, so I wanted shed some light on how Farmhash.Sharp does it efficiently. Farmhash.Sharp It is very easy to hash a string with Farmhash.Sharp with performance equivalent to hashing bytes...