mirror of
https://github.com/simon987/pg_hamming.git
synced 2025-04-21 03:06:46 +00:00
14 lines
194 B
Markdown
14 lines
194 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
|