All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

ripgrep: A Fast Command-Line Search Tool Written in Rust

By

jxmorris12

2mo ago· 76 min readenReview

Summary

ripgrep is a new command-line search tool written in Rust that combines the usability of The Silver Searcher with the raw performance of GNU grep. The article introduces ripgrep as a fast, cross-platform tool available for Linux, Mac, and Windows, and presents a comprehensive benchmark comparison with other popular code search tools including grep, ag, git grep, ucg, pt, and sift. The author substantiates performance claims through 25 benchmarks, positioning ripgrep as a superior alternative for code searching.

Key quotes

· 5 pulled
ripgrep is fast, cross platform (with binaries available for Linux, Mac and Windows) and written in Rust.
We will attempt to do the impossible: a fair benchmark comparison between several popular code search tools.
ripgrep combines the usability of The Silver Searcher (an ack clone) with the raw performance of GNU grep.
Specifically, we will dive into a series of 25 benchmarks that substantiate the following claims:
ripgrep is available on Github.
Snippet from the RSS feed
I blog mostly about my own programming projects.

You might also wanna read