From 7076768586b075e3e39f347e4b23dff921b787e9 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Mon, 5 May 2025 01:31:17 +0200 Subject: [PATCH] todo(5): open --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 3f9a762..cab98fe 100644 --- a/TODO +++ b/TODO @@ -98,3 +98,14 @@ Description: After testing a couple of string search algorithms, I've ditched algorithm --- + +ID: 5 +Type: feature +Title: implement chunked rolling hash algorithm +Status: open +Priority: high +Created: 2025-05-05 +Description: Implement my custom algorithm for doing rolling hash string search + against a fixed length ring buffer + +---