readme: update file size

This commit is contained in:
Andrew Gallant 2020-03-15 13:27:31 -04:00
parent f3a966bcbc
commit 1ece50694e
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -70,8 +70,8 @@ doing equivalent work:
| [GNU grep](https://www.gnu.org/software/grep/) | `egrep -r -n --include='*.c' --include='*.h' -w '[A-Z]+_SUSPEND'` | 388 | 0.806s | | [GNU grep](https://www.gnu.org/software/grep/) | `egrep -r -n --include='*.c' --include='*.h' -w '[A-Z]+_SUSPEND'` | 388 | 0.806s |
And finally, a straight-up comparison between ripgrep, ugrep and GNU grep on a And finally, a straight-up comparison between ripgrep, ugrep and GNU grep on a
single large file single large file cached in memory
(~9.3GB, [`OpenSubtitles.raw.en.gz`](http://opus.nlpl.eu/download.php?f=OpenSubtitles/v2018/mono/OpenSubtitles.raw.en.gz)): (~13GB, [`OpenSubtitles.raw.en.gz`](http://opus.nlpl.eu/download.php?f=OpenSubtitles/v2018/mono/OpenSubtitles.raw.en.gz)):
| Tool | Command | Line count | Time | | Tool | Command | Line count | Time |
| ---- | ------- | ---------- | ---- | | ---- | ------- | ---------- | ---- |