News Feed
Jobs Feed
Sections




News Archive
Tobias Schlitt's Blog:
Funny speed considerations
October 01, 2007 @ 12:04:00

Tobias Schlitt offers a helpful hint or two for "speeding up" your application in the form of comparison operators.

The fact that type save comparisons (ala ===) are faster in PHP than the normal comparison operator (ala ==). The reason for this is simply, that PHPs loosly-typed-ness-auto-cast-code is not even touched with ===

He also points out an interesting condition that saves a bit of computing time - comparing the isset() of a variable to true over the count() to zero. Some of his benchmarking (code) shows this in action.

0 comments voice your opinion now!
speed comparison operator looselytyped speed comparison operator looselytyped


blog comments powered by Disqus

Similar Posts

Ilia Alshanetsky's Blog: Why are you not using PHP 5?

Sebastian Bergmann's Blog: Xdebug Performance Boost

NETTUTS.com: 3 Ways to Speed up Your Site with PHP

Tobias Schlitt's Blog: Funny speed considerations

Derick Rethans\' Blog: Debugging Protocol Shoot-out


Community Events









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


interview podcast testing zendframework2 framework introduction unittest example functional object language release code composer tool community api event opinion development

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