[Python-Dev] JITted regex engine from pypy (original) (raw)

Benjamin Peterson benjamin at python.org
Sun Jun 3 18:14:47 CEST 2012


2012/6/3 Maciej Fijalkowski <fijall at gmail.com>:

Hi

I was reading a bit about the regex module and I would like to present some other solution into speeding up the re module for Python.

IMO, the most important feature of the regex module is that it fixes long standing bugs and includes long requested features especially with respect to Unicode. That it's faster is only windfall.

-- Regards, Benjamin



More information about the Python-Dev mailing list