Ripgrep 13.0

# · 🔥 547 · 💬 150 · 2 years ago · github.com · mfrw · 📷
Ripgrep 13 is a new major version release of ripgrep that primarily containsbug fixes, some performance improvements and a few minor breaking changes. In case you haven't heard of it before, ripgrep is a line-oriented searchtool that recursively searches the current directory for a regex pattern. Bydefault, ripgrep will respect gitignore rules and automatically skip hiddenfiles/directories and binary files. It is an alias for the -hidden flag,which instructs ripgrep to search hidden files and directories. Ripgrep is now using a newvectorized implementation of memmem,which accelerates many common searches. For Windows users targeting MSVC, Cargo will now build fully staticexecutables of ripgrep. The release binaries for ripgrep 13 have been compiledusing this configuration.
Ripgrep 13.0



Send Feedback | WebAssembly Version (beta)