GitHub / RobertCarrUTA / C-Multithreaded-Substring-Search
Multithreading is used in this program to improve the efficiency of searching for substrings within large strings. POSIX thread libraries were used to support multiple threads. Standard C/C++ thread APIs are provided by the POSIX thread libraries. New concurrent processes can be spawned with this method.
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: C
Size: 2.17 MB
Dependencies parsed at: Pending
Created at: almost 3 years ago
Updated at: about 2 years ago
Pushed at: over 1 year ago
Last synced at: 6 months ago
Topics: c, multithreading, posix, pthreads, substring-search