mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-05 22:52:02 -07:00
touchups
This commit is contained in:
@@ -107,7 +107,7 @@ Summarizing, `ripgrep` is fast because:
|
|||||||
[`RegexSet`](https://doc.rust-lang.org/regex/regex/struct.RegexSet.html).
|
[`RegexSet`](https://doc.rust-lang.org/regex/regex/struct.RegexSet.html).
|
||||||
That means a single file path can be matched against multiple glob patterns
|
That means a single file path can be matched against multiple glob patterns
|
||||||
simultaneously.
|
simultaneously.
|
||||||
* It uses a lock-free parallel recursive directory, courtesy of
|
* It uses a lock-free parallel recursive directory iterator, courtesy of
|
||||||
[`crossbeam`](https://docs.rs/crossbeam) and
|
[`crossbeam`](https://docs.rs/crossbeam) and
|
||||||
[`ignore`](https://docs.rs/ignore).
|
[`ignore`](https://docs.rs/ignore).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user