Andrew Williams wrote:
> I have a program where I process more that 5000 list of 100 data at time
> but it very slow due to many *for statement*s. how you make it run faster
>
Without seeing the code I would have to say optimize the code.
--
Thanks!
-Shawn
http://www.spidean.com
--
PHP Gen
> I have a program where I process more that 5000 list of 100 data at time
> but it very slow due to many *for statement*s. how you make it run faster
code for statements to use a variable or contant for testing in every
iteration like below
for ($i = 0; $i < 100; $i++) {}
also try to optimize
I have a program where I process more that 5000 list of 100 data at time
but it very slow due to many *for statement*s. how you make it run faster
--
best
www.willandy.co.uk
3 matches
Mail list logo