pg_hamming/README.md

359 B

PostgreSQL hamming distance

Hamming distance for fixed-length bytea datatype.

Compiling from source (CMake)

cmake .
make

The functions in this library are very domain-specific and can realistically only be used within the scope of irarchives.

See hamming.c for more information