|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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.synthable.com/benchmarks/ Thanks, Jason <http://www.synthable.com/> |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Tue, Apr 8, 2008 at 1:52 PM, Jason Knight <jcknight@gmail.com> 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 networking > functions. > > > Here is a link to the code used for the benchmarks. > http://www.synthable.com/benchmarks/ 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 you have some thorough tests; but for the results some graphs would be nice kinda hard to see 'the big picture' w/o them.-nathan |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Does nobody have any other input?
On Tue, Apr 8, 2008 at 12:52 PM, Jason Knight <jcknight@gmail.com> 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 networking > functions. > > > Here is a link to the code used for the benchmarks. > http://www.synthable.com/benchmarks/ > > Thanks, > Jason <http://www.synthable.com/> > |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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 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.synthable.com/benchmarks/ > > Thanks, > Jason <http://www.synthable.com/> -- Larry Garfield AIM: LOLG42 larry@garfieldtech.com ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Tue, Apr 8, 2008 at 4:00 PM, Nathan Nobbe <quickshiftin@gmail.com> 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 > you have some thorough tests; but for the results some graphs would be nice > kinda hard to see 'the big picture' w/o them.> got the dev site back up. heres the tests; let me know if they dont resolve. http://nathan.moxune.com/arrayVsArrayIteratorReport.php -nathan |
|
![]() |
| Outils de la discussion | |
|
|