On Fri, Sep 28, 2012 at 9:58 PM, Mark Lawrence <breamore...@yahoo.co.uk> wrote:
> What's the run time speed like?  How much memory does it use?  Shouldn't you
> be using the regex module from pypi instead of the standard library re?
> Guess who's borrowed the time machine?

O(n), O(1), and I used RE2.

-- Devin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to