1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

ucg author says it's not a bug per se

This commit is contained in:
Andrew Gallant 2016-11-06 19:45:18 -05:00
parent f24873c70b
commit a3a2f0be6a

View File

@ -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,