Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 224 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 224 Bytes

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