ripgrep is faster than {grep, ag, git grep, ucg, pt, sift}

This page summarizes the projects mentioned and recommended in the original post on /r/programming

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

    I've reun the same benchmark suite with ugrep, and it is not faster: https://github.com/BurntSushi/ripgrep/tree/master/benchsuite/runs/2022-12-16-archlinux-duff

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. xsv

    Discontinued A fast CSV command line toolkit written in Rust.

  4. ugrep

    🔍 ugrep 7.8 file pattern searcher -- a user-friendly, faster, more capable grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more

    These ripgrep announcements are getting a bit old, don't you think? Ripgrep hasn't improved or added new features since 2016. There are other fast alternatives with a lot more features, like ugrep and qgrep for example. Ugrep has fuzzy regex pattern search, archive search (even nested archives!), Boolean search queries like Google, interactive query TUI, hexdumps, and is compatible with GNU grep (ripgrep is not).

  5. qgrep

    Fast regular expression grep for source code with incremental index updates

    These ripgrep announcements are getting a bit old, don't you think? Ripgrep hasn't improved or added new features since 2016. There are other fast alternatives with a lot more features, like ugrep and qgrep for example. Ugrep has fuzzy regex pattern search, archive search (even nested archives!), Boolean search queries like Google, interactive query TUI, hexdumps, and is compatible with GNU grep (ripgrep is not).

  6. aho-corasick

    A fast implementation of Aho-Corasick in Rust.

    Even putting aside all of that, it might be really hard to add some of the improvements ripgrep has to their engine. The single substring search is probably the lowest hanging fruit, because you can probably isolate that code path pretty well. The multi-substring search is next, but the algorithm is very complicated and not formally described anywhere. The best description of it, Teddy, is probably my own. (I did not invent it.)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ripgrep with glob patterns doesnot seem to work for me

    2 projects | /r/emacs | 21 Apr 2023
  • Is Grep All You Need? How Agent Harnesses Reshape Agentic Search

    5 projects | news.ycombinator.com | 9 Jun 2026
  • How to escape note-taking lock-in with plain markdown and git

    2 projects | dev.to | 18 May 2026
  • Tell HN: Fastmod Is Nice

    1 project | news.ycombinator.com | 29 Apr 2026
  • Ripgrep is faster than {grep, ag, Git grep, ucg, pt, sift}

    12 projects | news.ycombinator.com | 24 Mar 2026

Did you know that Rust is
the 3rd most popular programming language
based on number of references?