pg_hamming/README.md
2019-07-20 09:53:47 -04:00

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