In this article I will introduce a new command line search tool,
ripgrep
,
that combines the usability of
The Silver Searcher
(an ack
clone) with the
raw performance of GNU grep. ripgrep
is fast, cross platform (with binaries
available for Linux, Mac and Windows) and written in
Rust.
ripgrep
is available on
Github.
We will attempt to do the impossible: a fair benchmark comparison between several p...
