News Feed
Jobs Feed
Sections




News Archive
Etienne Kneuss' Blog:
SplFastArray to speed up your PHP arrays
June 09, 2008 @ 12:54:04

Etienne Kneuss has posted about a new part of the Standard PHP Library that creates arrays that are up to thirty percent faster than normal methods - SplFastArray.

Antony got the idea to implement a C-like array wrapper in SPL: SplFastArray. The main advantage of that class is performance, it's indeed faster than PHP arrays. How so? No free lunch: The speedup comes from the fact that non-numeric indexes are not allowed and that the array is of fixed size.

The code sample shows the setting of the size for the array (and changing it) with a var_dump of the output result. This method is always faster than normal arrays, it just varies how much from system to system (anywhere from ten to thirty percent).

0 comments voice your opinion now!
spl splfastarray set size speed faster


blog comments powered by Disqus

Similar Posts

phpRiot.com: Using the PHP 5 Iterator interface with Smarty

Matthew Weir O'Phinney's Blog: Overloading arrays in PHP 5.2.0

Ilia Alshanetsky's Blog: PHP's Output Buffering

PHP Magazine: IPM Poll Question: What Are the Misconceptions Surrounding PHP?

Kevin van Zonneveld's Blog: Revisiting Faster PHP Sessions


Community Events









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


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

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