Re: [PHP] Common PHP functions benchmarks

2008-04-12 Thread Nathan Nobbe
On Tue, Apr 8, 2008 at 4:00 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > i did some tests a couple of months ago; pitting array iteration vs. > iteration w/ spl iterators. link is down atm; but will be back soon and ill > post again so you have something similar to look at. a quick glance shows

Re: [PHP] Common PHP functions benchmarks

2008-04-10 Thread Larry Garfield
I did some similar micro-benchmarking a while back, too: http://www.garfieldtech.com/blog/magic-benchmarks On Tuesday 08 April 2008, Jason Knight wrote: > I've been running some benchmarks on popular PHP functions. I would like > to get some input on them from the community. So far I have run t

Re: [PHP] Common PHP functions benchmarks

2008-04-08 Thread Nathan Nobbe
On Tue, Apr 8, 2008 at 1:52 PM, Jason Knight <[EMAIL PROTECTED]> wrote: > I've been running some benchmarks on popular PHP functions. I would like > to > get some input on them from the community. So far I have run tests on > Arrays and PHP5's SPL ArrayObject, as well as loops and some networkin

[PHP] Common PHP functions benchmarks

2008-04-08 Thread Jason Knight
I've been running some benchmarks on popular PHP functions. I would like to get some input on them from the community. So far I have run tests on Arrays and PHP5's SPL ArrayObject, as well as loops and some networking functions. Here is a link to the code used for the benchmarks. http://www.syn