py-utils/src/byteb4rb1e_utils
Rodney, Tiara e67a95f15a
feat(string): init Rabin-Karp rolling hash
Implemented Rabin-Karp rolling hash class abstraction.

After testing muliple algorithms for efficient substring searching in a stream
abstracted by a ring buffer, I've dropped the idea of using KMP in favor of
implementing my own algorithm based of the Rabin-Karp rolling hash algorithm.
2025-05-05 01:33:22 +02:00
..
http init 2025-05-03 19:28:01 +02:00
io init 2025-05-03 19:28:01 +02:00
collections.py feat(collections): init circular buffer 2025-05-04 01:42:38 +02:00
string.py feat(string): init Rabin-Karp rolling hash 2025-05-05 01:33:22 +02:00