mirror of
https://github.com/simon987/pg_hamming.git
synced 2025-04-03 15:02:59 +00:00
PostgreSQL hamming distance
Hamming distance for fixed-length bytea
datatype (8-byte, 32-byte and 128-byte).
Compiling from source (CMake)
apt install postgresql-server-11-dev
cmake .
make
Will break catastrophically if function arguments are not exactly the correct length.
See hamming.c for more information
Description
Languages
C
73.7%
Shell
16.2%
Dockerfile
5.2%
CMake
4.9%