News Feed
Jobs Feed
Sections




News Archive
Bence Eros' Blog:
Getters, setters, performance
July 12, 2011 @ 11:39:18

Bence Eros has put together a new post to his blog looking at some of the results he's found from performance testing the use of getters and setters in PHP.

The usage of getter and setter methods instead of public attributes became very popular in the PHP community, and it's going to become the standard coding convention of so many PHP libraries and frameworks. On the other hand many developers - including me too - strongly unrecommend such convention, because of its performance overhead. I wanted to make some performance comparison for years, and today I had time to do that. In this post I would like to show what I found.

He starts with a question every developer asks as their working in their application - why and when should they use getters and setters for their classes. He talks about using them as primary functionality or as fallbacks only when needed. He includes the simple benchmarking script he used to compare accessing/setting public attributes directly and using a getter/setter to do the same. The results aren't very surprising if you think about the "magic" that has to happen for getters and setters to work. See the rest of the post for those numbers.

0 comments voice your opinion now!
getter setter performance benchmark compare magic


blog comments powered by Disqus

Similar Posts

SeeIT.com: The include() include_once() performance debate

Phil Sturgeon's Blog: Benchmark 2011: A call for Participants

Terry Chay's Blog: How much does a date() cost?

Shashikant Jagtap: Automating Web Performance Data Collection with Behat and BrowserMob Proxy

Robert Basic's Blog: Benchmarking pages behind a login with ab


Community Events











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


series development functional community application podcast zendframework2 interview tool code language unittest example introduction opinion release conference testing phpunit framework

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