mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-24 13:56:47 +02:00
touchups
This commit is contained in:
parent
17644a76c0
commit
58126ffe15
@ -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).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user