PHP loop benchmarking
8 March 2005, by Karl Bunyan
This benchmark of different ways of looping over a hash array is very interesting. Some things aren’t too surprising, such as counting the elements in an array before looping over them is faster than not counting them, could be expected, but it’s good to see how fast the built-in functions run.
PHP loop benchmarking
This benchmark of different ways of looping over a hash array is very interesting. Some things aren’t too surprising, such as counting the elements in an array before looping over them is faster than not counting them, could be expected, but it’s good to see how fast the built-in functions run.
March 8, 2005 at 10:32 am
Filed in: PHP, Programming
No comments