1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-25 14:22:54 +02:00
Files
ripgrep/src
Andrew Gallant 004bb35694 ripgrep/printer: fix small performance regression
This commit removes an unconditional extra regex search that is in fact
not always necessary. This can result in a 2x performance improvement in
cases where ripgrep reports many matches.

The fix itself isn't ideal, but we continue to punt on cleaning up the
printer until it is rewritten for libripgrep, which is happening Real
Soon Now.

Fixes #955
2018-06-23 20:49:05 -04:00
..
2018-04-23 19:57:22 -04:00
2018-02-04 10:40:20 -05:00
2018-01-01 09:22:35 -05:00
2018-02-04 10:40:20 -05:00
2016-12-23 14:53:35 -05:00
2018-03-10 10:38:25 -05:00