v/vlib/hash
Alexander Medvednikov fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
..
crc32 all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
fnv1a all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
README.md
hash.v
wyhash.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
wyhash.js.v
wyhash.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00

README.md

Description:

hash provides a way to hash binary data, i.e. produce a shorter value, that is highly content dependent, so even slightly different content will produce widely different hashes.

Hash functions are useful for implementing maps, caches etc.