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
The way lifetimes are implemented for AhoCorasickScratch make pushing bytes slightly problematic, requiring copies in some situations where they wouldn't otherwise be needed.
Might need to just go back to the callback-based push-AC, which didn't have these problems but was less elegant.
The text was updated successfully, but these errors were encountered:
The way lifetimes are implemented for
AhoCorasickScratch
make pushing bytes slightly problematic, requiring copies in some situations where they wouldn't otherwise be needed.Might need to just go back to the callback-based push-AC, which didn't have these problems but was less elegant.
The text was updated successfully, but these errors were encountered: