mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-02 20:45:38 +02:00
I though plain `read` had usurped them, but when searching a very small number of files, mmaps can be around 20% faster on Linux. It'd be really unfortunate to leave that on the table. Mmap searching doesn't support contexts yet, but we probably don't really care. And duplicating that logic doesn't sound fun. Without contexts, mmap searching is delightfully simple.
Description
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Readme
13 MiB
Languages
Rust
94.4%
Python
2.7%
Shell
2.1%
Roff
0.8%