[Python-Dev] CML2 compiler speedup
John Aycock
aycock@csc.UVic.CA
Wed, 14 Mar 2001 10:02:43 -0800
| talking about performance, has anyone played with using SRE's
| lastindex/lastgroup stuff with SPARK?
Not yet. I will defer to Tim's informed opinion on this.
| (is there anything else I could do in SRE to make SPARK run faster?)
Well, if I'm wishing.. :-)
I would like all the parts of an alternation A|B|C to be searched for
at the same time (my assumption is that they aren't currently). And
I'd also love a flag that would disable "first then longest" semantics
in favor of always taking the longest match.
John