Regex speed
Erik Heneryd
erik at heneryd.com
Sat Oct 30 12:31:41 EDT 2004
More information about the Python-list mailing list
Sat Oct 30 12:31:41 EDT 2004
- Previous message (by thread): Regex speed
- Next message (by thread): Regex speed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Reinhold Birkenfeld wrote: > Original: 2,579 sec > sub method aliased to variable: 2,542 sec > everything stuffed in function: 2,422 sec > > Without regex substitution: 0,523 sec > (but _with_ re.compile calls, > so this can't be the problem) Ah, thought you said something about compile() being the timesink, but I guess I misunderstood... Erik
- Previous message (by thread): Regex speed
- Next message (by thread): Regex speed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list