News Feed
Jobs Feed
Sections




News Archive
Larry Garfield's Blog:
Benchmarking magic
November 08, 2007 @ 12:04:00

Larry Garfield has put together some benchmarks based around a request he had from other developers (the "performance czars") as to how the magic functions in PHP5 would perform in the new environment.

Already, there is talk of how, and if, to leverage PHP 5's object handling now that we don't need to deal with the weirdness of PHP 4's object model. Of course, because it's Drupal, our army of performance czars want to know just what the cost is for object handling, and especially advanced object magic like __get(), __call(), the ArrayAccess interface, and so forth.

He an his tests on a Thinkpad (Intel Core2 Duo 2.2Ghz) running Kubuntu and PHP 5.2.3. They were run two million times benchmarking the different methods for:

  • function calls
  • __call
  • __get
  • __set
  • iterators (array)
  • inheritance
  • composition

His results are listed at the end of the post.

0 comments voice your opinion now!
benchmark magic function get set call iterator inheritance composition benchmark magic function get set call iterator inheritance composition


blog comments powered by Disqus

Similar Posts

Asvin Balloo's Blog: SEO friendly URL in PHP

Jani Hartikainen's Blog: Closures coming in PHP 5.3 and that’s a Good Thing

Mike Naberezny\'s Blog: pecl/operator and Other Neat Stuff

Yannick's Blog: mbstring vs iconv benchmarking

DevShed: Defining a Custom Function for File Uploaders with PHP 5


Community Events











Don't see your event here?
Let us know!


phpunit symfony2 introduction rest functional zendframework2 testing interview database unittest series framework community opinion language podcast development usergroup conference release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework