[issue1662581] the re module can perform poorly: O(2**n) versus O(n**2)

Mark Dickinson report at bugs.python.org
Mon Feb 9 21:23:06 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

> This has been addressed in issue #2636.

Are you sure about this?  Does the proposed new regex engine use Thompson 
NFAs, or some variant thereof?

----------
nosy: +marketdickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1662581>
_______________________________________


More information about the Python-bugs-list mailing list