mirror of
https://github.com/simon987/pg_hamming.git
synced 2025-04-19 02:06:44 +00:00
359 B
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