Initial commit

This commit is contained in:
2019-07-20 09:52:31 -04:00
commit 9ef184fd7c
4 changed files with 109 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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