mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-25 17:33:58 -07:00
Implementing core functionality.
Initially experimenting with crossbeam to manage synchronization.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
The glob submodule provides standard shell globbing, but is specifically
|
||||
implemented by converting glob syntax to regular expressions. The reasoning
|
||||
is two fold:
|
||||
The glob module provides standard shell globbing, but is specifically
|
||||
implemented by converting glob syntax to regular expressions. The reasoning is
|
||||
two fold:
|
||||
|
||||
1. The regex library is *really* fast. Regaining performance in a distinct
|
||||
implementation of globbing is non-trivial.
|
||||
|
Reference in New Issue
Block a user