tomhrr / cosh

Concatenative command-line shell
BSD 3-Clause "New" or "Revised" License
131 stars 2 forks source link

Alternative hashing algorithms #121

Open tomhrr opened 1 year ago

tomhrr commented 1 year ago

An alternative hashing algorithm may help with performance. See e.g. AHash, fxhash.

dumblob commented 1 year ago

See https://github.com/rurban/smhasher/ for a very comprehensive test of hash algos speed :+1: