mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-03 05:10:12 +02:00
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
7698b60256
These benchmarks are exactly like the ones ran on 2016-09-17 with three changes: 1. `pt` was added back to a few more benchmarks so that it appears any time `sift` appears. 2. Warmup iterations was bumped from 1 to 3. 3. Actual benchmark iterations were bumped from 3 to 10. These benchmarks took around two hours to run. |
||
---|---|---|
benches | ||
benchsuite | ||
ci | ||
grep | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
Cargo.lock | ||
Cargo.toml | ||
compile | ||
COPYING | ||
LICENSE-MIT | ||
README-NEW.md | ||
README.md | ||
UNLICENSE |
UNDER DEVELOPMENT.
ripgrep (rg)
ripgrep combines the usability of the silver searcher with the raw speed of grep.