]
> Behalf Of Scott
> A Crosby
> Sent: 20 January 2004 05:50
> To: [EMAIL PROTECTED]; Chris Santerre
> Subject: [SAtalk] Matching a list of strings quickly.
>
>
> A few weeks ago I described a technique to automatically convert a
> list of strings into a factored regexp
p ;-)
Can appreciate the ease of effort though.
Very cool.
m/
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Scott
> A Crosby
> Sent: Monday, January 19, 2004 9:50 PM
> To: [EMAIL PROTECTED]; Chris Santerre
> Subject: [SAtalk] Mat
A few weeks ago I described a technique to automatically convert a
list of strings into a factored regexp for faster matching.
You know, from
foobat
foobang
fooziit
to
foo(bat|bang|ziit)
Well, I've got a prototype complete and available here:
http://www.cs.rice.edu/~scrosby/datami