You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0
1
2 <- Updates output candidate [0..3] (abb)
3
4
5
6 <- Fails. Outputs [0..3], resets the automaton, and seeks to idx=3 (Most recent successful match position)
3
4
5 <- Update output candidate [3..6] (abb)
6
EOS <- Outputs [3..6]
In this paper, the left-most longest match works without seeking the given haystack, but each state must have a variable-length array.
Daachorse represents each state in the space of only 12 bytes for cache efficiency, so we don't want to increase in capacity.
Hi!
Would it be possible add
leftmost_find_iter_from_iter_from
in the future? Is it just not implemented yet or technically infeasible?The text was updated successfully, but these errors were encountered: