v/vlib/hash
Alexander Medvednikov 7ecbca345f
all: byte => u8
2022-04-17 12:14:27 +02:00
..
crc32 all: byte => u8 2022-04-17 12:14:27 +02:00
fnv1a
README.md
hash.v all: update copyright year 2022-01-04 12:21:12 +03:00
wyhash.c.v
wyhash.js.v js,checker: fix some modules build for `v -b js self`, fix `or block` check in ast.CallExpr (#12231) 2021-10-19 12:11:54 +03:00
wyhash.v

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.