pg_hamming/README.md
2019-07-20 09:53:47 -04:00

193 B

PostgreSQL hamming distance

Hamming distance for fixed-length bytea datatype.

Compiling from source (Cmake)

cmake .
make

See hamming.c for more information