Commit ccab349c99167f6a3e18d43bc616aeccdfbb009c

Ran Benita 2019-11-09T12:43:04

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>