zig/std/hash
Marc Tiehuis 48410943cb Add more hash functions to benchmark scripts
Changed CRC api so the polynomial is specified as an enum for simpler
construction.
2019-08-21 20:46:15 +12:00
..
adler.zig
auto_hash.zig Merge remote-tracking branch 'origin/master' into rewrite-coroutines 2019-08-04 19:10:36 -04:00
benchmark.zig Add more hash functions to benchmark scripts 2019-08-21 20:46:15 +12:00
cityhash.zig Intentional wraparound used + 2019-07-13 13:59:15 +02:00
crc.zig Add more hash functions to benchmark scripts 2019-08-21 20:46:15 +12:00
fnv.zig
murmur.zig Proper use of @truncate instead of @intCast 2019-07-13 13:59:15 +02:00
siphash.zig
wyhash.zig wyhash: stateless is faster for both iterative hashing and small keys. 2019-08-04 12:34:37 +02:00