aboutsummaryrefslogtreecommitdiff
path: root/text-regex-tre.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19text-regex: add regex backend based on libtreMarc André Tanner1-0/+112
While memory consumption should be improved, backward searches will still be slow, because they are implemented in terms of repeated forward searches. It needs to be investigated whether the underlying automaton can have its transitions reversed and essentially run backwards, as is the case in sam.