summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-06 19:45:18 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-06 19:45:18 -0500
commita3a2f0be6a0f5fad890cd7a87dd07c98946f208b (patch)
tree39c1e38ef8c2c45ed90ec155e4b409858e6f8554
parentf24873c70b7f352f412359b15942754301424091 (diff)
ucg author says it's not a bug per se
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4e5f3bf..47df6151 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ flags passed to each command ensures that they are doing equivalent work:
| [ucg](https://github.com/gvansickle/ucg) | `ucg --type=cc -w '[A-Z]+_SUSPEND'` | 392 | 0.219s |
| [GNU grep](https://www.gnu.org/software/grep/) | `egrep -R -n --include='*.c' --include='*.h' -w '[A-Z]+_SUSPEND'` | 404 | 0.733s |
-(`ucg` [might have a bug](https://github.com/gvansickle/ucg/issues/106).)
+(`ucg` [has slightly different behavior in the presence of symbolic links](https://github.com/gvansickle/ucg/issues/106).)
And finally, a straight up comparison between ripgrep and GNU grep on a single
large file (~9.3GB,