Boyer-Moore Implementation Currently the only algorithm implemented is Boyer-Moore-Horspool, in src/bmh. Run make to build executable in target/bmh. Run make bench to run the benchmarks. The benchmarks require grep and ripgrep to run.