search Quickly search large text files Build & run the project with these steps. You will need a C++ compiler, cmake, & ninja. mkdir build && cd build && cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. && ninja