ergex icon indicating copy to clipboard operation
ergex copied to clipboard

Lifetimes are problematic for AhoCorasickScratch

Open deadpixi opened this issue 2 years ago • 0 comments

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.

deadpixi avatar Jan 11 '22 19:01 deadpixi