zig/std/hash
Marc Tiehuis fbcdf78cbd Simplify wyhash and improve speed
This removes the exposed stateless variant since the standard variant
has similar speed now.

Using `./benchmark --filter wyhash --count 1024`, the speed change has
changed from:

    wyhash
       iterative: 4093 MiB/s [6f76b0d5db7db34c]
      small keys: 3132 MiB/s [28c2f43c70000000]

to

    wyhash
       iterative: 6515 MiB/s [673e9bb86da93ea4]
      small keys: 10487 MiB/s [28c2f43c70000000]
2019-08-27 19:42:37 +02:00
..
adler.zig
auto_hash.zig
benchmark.zig Simplify wyhash and improve speed 2019-08-27 19:42:37 +02:00
cityhash.zig
crc.zig
fnv.zig
murmur.zig
siphash.zig
wyhash.zig Simplify wyhash and improve speed 2019-08-27 19:42:37 +02:00