zig/std/hash
Sahnvour 54255ee32e autohash: force inlining of integer hashing so that the optimizer can see the fast path based on key's size which is known at comptime
otherwise it will always outline the call to hasher.update, resulting in much worse performance
2019-08-04 12:34:37 +02:00
..
adler.zig
auto_hash.zig autohash: force inlining of integer hashing so that the optimizer can see the fast path based on key's size which is known at comptime 2019-08-04 12:34:37 +02:00
cityhash.zig
crc.zig
fnv.zig
murmur.zig
siphash.zig
throughput_test.zig
wyhash.zig wyhash: stateless is faster for both iterative hashing and small keys. 2019-08-04 12:34:37 +02:00