From 0c9277108b31de846081365ba446caa5e40845d1 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 10 May 2024 16:27:44 -0700 Subject: [PATCH] It's not actually a 2x perf win It's more like a 15% reduction in instruction count, which is still nice. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffdb5794d..e099bfc00c 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