pg_hamming/README.md

314 B

PostgreSQL hamming distance

Hamming distance for fixed-length bytea datatype (8-byte, 32-byte and 128-byte).

Compiling from source (CMake)

cmake .
make

Will break catastrophically if function arguments are not exactly the correct length.

See hamming.c for more information