bartek1912 / GoGrep

The recursive grep using Golang mutlithreading features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoGrep

The recursive grep using Golang mutlithreading features

Project target

Create simple and fast recursive grep. Main problem was that standard, recursive grep in really big directories is really slow.

Benchmark

For benchmarks I will user Linux Sources and few modified phrases.

How to run it

TODO WIP

TODO

  • Create simple MVP for single file and simple search query

About

The recursive grep using Golang mutlithreading features

License:MIT License