summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2024-05-10 16:27:44 -0700
committerWilfred Hughes <me@wilfred.me.uk>2024-05-10 16:28:16 -0700
commit0c9277108b31de846081365ba446caa5e40845d1 (patch)
tree90251299119ba77d2fae13cee34b977a47f82604
parentedb839c803f4b0b991ec8d24a77d48bc5514029d (diff)
It's not actually a 2x perf win0.58.0
It's more like a 15% reduction in instruction count, which is still nice.
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ffdb5794..e099bfc00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,8 +26,7 @@ Difftastic now has a man page, see the `difft.1` file.
### Performance
-Fixed a memory leak and substantially improved performance in some
-cases (up to 2x in testing).
+Fixed a memory leak and improved performance in some cases.
### Command Line Interface