From c8a1e82cc7344d3e638526857cbe4a2688e585af Mon Sep 17 00:00:00 2001 From: Frederik Hertzum Date: Mon, 26 Feb 2024 00:03:40 +0100 Subject: [PATCH] testing markdown formatting --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5483632..3abd0ca 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ memory, to serve as a buffer for storing results. 1. Make benchmarks. 2. Introduce more tests. - 2.1 Tests with pre, post and infix strings shared between the strings - 2.2 Tests where the length of the strings are combinations of odd and - even. + 1. Tests with pre, post and infix strings shared between the strings + 2. Tests where the length of the strings are combinations of odd and even. 3. ~~Reduce the size of the buffer. When this was done with the old version, performance was increased 100%.~~ 4. Look into SIMD instructions