Mustafif / MufiZ

Mufi Lang with Ziggyness
GNU General Public License v2.0
1 stars 0 forks source link

Hashing Benchmarks #18

Closed Mustafif closed 5 months ago

Mustafif commented 5 months ago

In v0.6.0, we switched from FNV-1a to xxhash64. However, we don't know its true impact on the language. So this means we need someway to benchmark how it affects the language, such as dispersion, hashmap collisions, and speed.

Mustafif commented 5 months ago

From latency/speed tests, I have found that cityhash64 is the best overall choice.