Is there any way to make the regexp subst() method go faster? I'm processing
text files  about 50K in size, not horribly big, and need to do about 63
replace operations. It takes  about 22 seconds. It seems like it should be
much closer to two seconds, if that.

Are those replace times typical? Are there things I can do to make my app go
faster?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to