-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved and optimized internals: faster async output, removed redundant binary file checking, removed "rest line" buffering, enlarged input buffer, faster '' pattern matching, removed redundant color escape code output, -Q=DELAY instead of -QDELAY so -Q2 is -Q -2 as expected, and --index search
- Loading branch information
1 parent
e33b5f2
commit 73694bf
Showing
210 changed files
with
3,510 additions
and
2,989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Windows 32 bit executables | ||
========================== | ||
|
||
`ugrep.exe` offers the same functionality as ugrep (and ug when renamed). | ||
|
||
`ug.exe` must be created manually by copying `ugrep.exe` to `ug.exe` (it is the same file, but renamed). | ||
|
||
If you want ugrep to emulate GNU grep, then copy `ugrep.exe` to `grep.exe` and to `egrep.exe`, `fgrep.exe`. | ||
|
||
The executables detect SSE2 and AVX2 automatically for optimized searching. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Windows 64 bit executables | ||
========================== | ||
|
||
`ugrep.exe` offers the same functionality as ugrep (and ug when renamed). | ||
|
||
`ug.exe` must be created manually by copying `ugrep.exe` to `ug.exe` (it is the same file, but renamed). | ||
|
||
If you want ugrep to emulate GNU grep, then copy `ugrep.exe` to `grep.exe` and to `egrep.exe`, `fgrep.exe`. | ||
|
||
The executables detect SSE2 and AVX2 automatically for optimized searching. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.