CityHash128
CityHash128 is a non-cryptographic hash function developed by Google. It is designed to provide fast and efficient hashing of 128-bit keys. The function is part of the CityHash family of hashing algorithms, which are optimized for performance on modern CPUs.
The CityHash128 algorithm takes a variable-length byte string as input and produces a 128-bit hash value. It
One of the key features of CityHash128 is its speed. It is generally faster than many other
CityHash128 is not intended for cryptographic purposes, meaning it is not designed to be resistant to malicious