RE Module Performance

Tim Delaney timothy.c.delaney at gmail.com
Fri Jul 12 18:16:05 EDT 2013


On 13 July 2013 03:58, Devyn Collier Johnson <devyncjohnson at gmail.com>wrote:

>
> Thanks for the thorough response. I learned a lot. You should write
> articles on Python.
> I plan to spend some time optimizing the re.py module for Unix systems. I
> would love to amp up my programs that use that module.


If you are finding that regular expressions are taking too much time, have
a look at the https://pypi.python.org/pypi/re2/ and
https://pypi.python.org/pypi/regex/2013-06-26 modules to see if they
already give you enough of a speedup.

Tim Delaney
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130713/767833c0/attachment.html>


More information about the Python-list mailing list