mirror of
https://github.com/simon987/pg_hamming.git
synced 2025-04-19 02:06:44 +00:00
13 lines
193 B
Markdown
13 lines
193 B
Markdown
# PostgreSQL hamming distance
|
|
|
|
Hamming distance for fixed-length `bytea` datatype.
|
|
|
|
|
|
### Compiling from source (Cmake)
|
|
|
|
```bash
|
|
cmake .
|
|
make
|
|
```
|
|
|
|
See [hamming.c](hamming.c) for more information |