pg-spgist_hamming
Fast hamming-distance range searches via native GiST Indexing facility in PostgreSQL
File Explorer
Download Latest Version (.zip)- incr.data
- int8.data
- test_data_1.data
- init.out
- int8.out
- test_1.out
- test_2.out
- utilities.out
- init.sql
- int8.sql
- test_1.sql
- test_2.sql
- utilities.sql
- bk_tree_debug_func.h
- bktree--1.0.sql
- bktree.c
- bktree.control
- bktree_utils.c
- Makefile
- int8.data
- init.out
- int8.out
- int8_2.out
- init.sql
- int8.sql
- int8_2.sql
- btree_gist.c
- btree_gist.h
- Makefile
- pg_gist_hamming--1.0.sql
- pg_gist_hamming.control
- incr.data
- int8.data
- test_data_1.data
- init.out
- int8.out
- test_1.out
- init.sql
- int8.sql
- test_1.sql
- Makefile
- vptree--1.0.sql
- vptree.c
- vptree.control
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/fake-name/pg-spgist_hamming
Downloads the entire project code from GitHub to your computer.
cd pg-spgist_hamming
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
