1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

changelog: mention perf improvement for inner literals

Fixes #1746
This commit is contained in:
Andrew Gallant 2023-11-25 13:48:58 -05:00
parent 9ed7565fcb
commit 1ea3552f2d

View File

@ -19,6 +19,8 @@ owns this process itself by writing `roff` directly.
Performance improvements:
* [PERF #1746](https://github.com/BurntSushi/ripgrep/issues/1746):
Make some cases with inner literals faster.
* [PERF #1760](https://github.com/BurntSushi/ripgrep/issues/1760):
Make most searches with `\b` look-arounds (among others) much faster.
* [PERF #2591](https://github.com/BurntSushi/ripgrep/pull/2591):