zig/lib/std/hash
Marc Tiehuis 410be6995e std/hash: perform iterative + smhasher tests at comptime
Need to confirm how these fare on CI as per previous comments left which
stated OOM (on stage-1).
2023-09-02 16:58:03 +12:00
..
crc std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
adler.zig std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
auto_hash.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
benchmark.zig Xxhash perf (#15947) 2023-07-24 13:47:45 -04:00
cityhash.zig std/hash: perform iterative + smhasher tests at comptime 2023-09-02 16:58:03 +12:00
crc.zig std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
fnv.zig std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
murmur.zig std/hash: perform iterative + smhasher tests at comptime 2023-09-02 16:58:03 +12:00
verify.zig std/hash: perform iterative + smhasher tests at comptime 2023-09-02 16:58:03 +12:00
wyhash.zig std/hash: perform iterative + smhasher tests at comptime 2023-09-02 16:58:03 +12:00
xxhash.zig std/hash: perform iterative + smhasher tests at comptime 2023-09-02 16:58:03 +12:00