I'm thinking of a design which automatically generates
regex objects which are essentially disjunctions of simple
pattern alternatives.  The number of alternatives might
conceivably run into the thousands or more.

This raises the question: do regex objects behave nicely
when the regex gets very large?  Do they remain as fast?
Do they display reasonable (linear or n log n) memory
growth?  Do they just stop working at some point?

Please reply if you have any experience with very
large regexes or other insights.

Thanks in advance.  -- Aaron Watters

===
less is more
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to