wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

pattern_matching_streaming (228B)


      1 # Pattern matching streaming
      2 
      3 you get the pattern character by character and must build a [sketching] of the pattern, and then you get the text character by character and must match
      4 
      5 Up: [approximate_pattern_matching_streaming]