From 2a6a3aba7ec61640743a0070cc287e7247491623 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 30 May 2026 19:25:27 +0200 Subject: [PATCH] Add note about performance improvements needed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a71b65..8531b38 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ cargo test * Does not take `LANG`, etc., into account for handling file encodings (non-UTF8 matches are treated as binary) * No localization support yet +* Performances need to be improved ## Contributing