Commit Graph

4 Commits

Author SHA1 Message Date
b9645f15ff Better string handling
The text and pattern are now streamed directly (skipping saving them to
strings).
Knowing exactly what string was matched has now been delegated to
the Rabin_fingerprint_process.
2021-11-14 18:13:51 +01:00
c6b6329134 Abstrack simple string matching to a process
The process contains the fingerprinting function along with a queue
representing the sliding window. This means that the user no longer
needs to remember the outgoing character when streaming the text.
2021-11-14 16:19:11 +01:00
fb05fe8abb Remove .sage.py files with make clean 2021-11-14 14:50:50 +01:00
bacd7cff71 Init (add codebase) 2021-11-14 14:35:05 +01:00