# speedgrep
A no‑nonsense, literal‑string grep clone built in Rust.
## ✨ Features
- Simple syntax — just `speedgrep <file> <string>`
- Ridiculously fast
- Shows line numbers
- Tiny binary (6.4 KiB)
- 16 lines of code
# If You Want To Help
- **Github** https://github.com/G0o53/speedgrep
- **Cargo** https://crates.io/crates/speedgrep
## 🚀 We Beat Ripgrep
On a 1,000,000‑line test file:
- **speedgrep:** 1.460 seconds
- **ripgrep:** 8.618 seconds
Minimalism wins.