in reply to Re: Perl regexp matching is slow??
in thread Perl regexp matching is slow??
"Hey gang, there was a fork in regex technology XX years ago and the fork we're on now has some pathological cases. This other fork doesn't have those pathological cases, but has these other shortcomings. Perhaps we can take the creamy caramel center of the NFA and wrap them in the chocolaty goodness of DFA and get something much tastier?"
I totally agree with your reasoning of why we don't need to go that route. On the other hand, since reading the paper, my gears have been a-grinding with attempts at finding a way to merge backtracking into DFA without consuming insane amounts of storage. It's quite an entertaining mental exercise, even though I've gotten nowhere yet. (I don't actually expect to get anywhere, but it's still fun to try...)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl regexp matching is slow??
by demerphq (Chancellor) on Jan 31, 2007 at 12:45 UTC | |
by samizdat (Vicar) on Jan 31, 2007 at 13:30 UTC | |
by demerphq (Chancellor) on Feb 01, 2007 at 08:24 UTC | |
by samizdat (Vicar) on Feb 02, 2007 at 11:56 UTC | |
by roboticus (Chancellor) on Jan 31, 2007 at 13:03 UTC |