ggrep

Golang implementation of grep with goroutines for concurrent text searching.

completed
| devtools

Tech Stack

Go Goroutines

About

A minimalistic grep clone that leverages Go's concurrency model to perform multithreaded text searches across files. Features recursive directory traversal and a producer-consumer work queue pattern for efficient parallel processing. Intentionally designed with minimal features for educational purposes and high performance.