[Python-Dev] CML2 compiler speedup

Fredrik Lundh fredrik@pythonware.com
Wed, 14 Mar 2001 09:25:19 +0100


tim wrote:
> If all you got out of crafting a one-grammar parser by hand is a measly
> factor of 2, there's likely a factor of 10 still untouched (wrt "the best"
> parser generators for restricted grammars, in C).

talking about performance, has anyone played with using SRE's
lastindex/lastgroup stuff with SPARK?

(is there anything else I could do in SRE to make SPARK run faster?)

Cheers /F