GitHub / RobertCarrUTA / C-Multithreaded-Fast-Substring-Finder
This is an extremely fast implementation of the Boyer-Moore substring search algorithm for Windows. It can find a substring at the end of a 112,386,212 character file in 0.003 seconds. This project was primarily an experiment, driven by curiosity to explore speed potential in substring searching. It does not intend to serve practical applications.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C
Size: 70.1 MB
Dependencies parsed at: Pending
Created at: about 2 years ago
Updated at: about 2 years ago
Pushed at: about 2 years ago
Last synced at: about 2 years ago
Topics: boyer-moore-algorithm, c, efficient, multithreading, speed