summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-25 13:48:58 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-25 15:03:53 -0500
commit1ea3552f2d85f2a0b369042af7269645971bd2fc (patch)
tree4b2a75c33e613cf9629c2b0c9d100cd6fc97e53f
parent9ed7565fcb47d02e76398d41f24ba0817f6b9c2f (diff)
changelog: mention perf improvement for inner literals
Fixes #1746
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index feaac274..12b1c66b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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):