boyer-moore topic

List boyer-moore repositories

mem

136
Stars
22
Forks
Watchers

A collection of C++11 headers useful for reverse engineering

bop

15
Stars
2
Forks
Watchers

Bop is a very fast Boyer-Moore parser/matcher for String or Buffer patterns.

string-searching

15
Stars
0
Forks
Watchers

String(not limited to []const u8)-searching algorithms in zig

boyermoore

20
Stars
2
Forks
Watchers

Boyer-moore in pure python, search for unicode strings in large files quickly

search-and-sort

16
Stars
8
Forks
Watchers

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

20
Stars
4
Forks
Watchers

Official sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm