Skip to content

wynxel/superSearch

Repository files navigation

superSearch

This is small file-search utility. It allows to play with multithreading (multithread file read and multithread search in file). 

Compile main:

g++ -std=c++17 -Wall -pthread main.cpp file_iterate.cpp file_read.cpp string_search.cpp -o superSearch
or make

Compile single thread test version with:

g++ -std=c++17 -Wall single_thread.cpp -o single
or make single

Info:

  • boost library (used only in one string operation...)
  • c++ 17 support
  • see some tests (currently in slovak language)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published