Hi,

> I made a script that works on a very long charachter 
> chain and its process is loooonnnnnggg about 5 minutes !
> Do you have any  tips to make it faster ?

My mysterious ninja PHP developer powers have told me that you need to
fiddle with lines 23 and 72, that's where it's slowing down.

IOW, it would be helpful if you could post the code for this script.

Without seeing it the only thing I can suggest is you minimise the amount of
string concatenations, as this is a fairly expensive operation.

Cheers
Jon

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to