boyer-moore topic
mem
A collection of C++11 headers useful for reverse engineering
bop
Bop is a very fast Boyer-Moore parser/matcher for String or Buffer patterns.
string-searching
String(not limited to []const u8)-searching algorithms in zig
boyermoore
Boyer-moore in pure python, search for unicode strings in large files quickly
search-and-sort
Julia and Python search algorithm implementation including Bloom Filter, Aho-Corasick, Boyer-Moore, Knuth-Morris-Pratt, Rabin-Karp, Binary & Sequential; hash algorithm implementation including Fowler-...
fjs-string-matching
Official sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm
35SearchesInC
Around 35 of the fastest and most widely used full text search algorithms. Written in c, compiled with llvm.clang for iOS and everything else. Boyer-Moore , Knuth-Morris-Pratt, Reverse Colussi even th...