Author :
Ran Benita
Date :
2019-11-09 12:43:04
Hash :ccab349c Message :atom: use a better hash function
FNV-1a instead of the djb2-like one from before.
Keep the unrolling since it seems quite beneficial, even though it loses
one byte if the length is odd...
Signed-off-by: Ran Benita <ran@unusedvar.com>