summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 13:27:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 13:27:31 -0400
commit1ece50694e3e9225ecb7f17b1df1900509ca8c3a (patch)
tree008dec280b4e6bd4826ced5658947a3d856c8093
parentf3a966bcbc1946980189430d764498195b34986b (diff)
readme: update file sizeTEST-0.0.0
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a92cfaf..7a305dab 100644
--- a/README.md
+++ b/README.md
@@ -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 |
And finally, a straight-up comparison between ripgrep, ugrep and GNU grep on a
-single large file
-(~9.3GB, [`OpenSubtitles.raw.en.gz`](http://opus.nlpl.eu/download.php?f=OpenSubtitles/v2018/mono/OpenSubtitles.raw.en.gz)):
+single large file cached in memory
+(~13GB, [`OpenSubtitles.raw.en.gz`](http://opus.nlpl.eu/download.php?f=OpenSubtitles/v2018/mono/OpenSubtitles.raw.en.gz)):
| Tool | Command | Line count | Time |
| ---- | ------- | ---------- | ---- |