News Feed
Jobs Feed
Sections




News Archive
Blue Parabola Blog:
The SPL Deserves Some Reiteration
February 27, 2009 @ 08:45:35

On the Blue Parabola blog Matthew Turland has written up a post about a PHP something that might need a bit more love - the Standard PHP Library.

If any PHP extension is underrated, it's probably the SPL (Standard PHP Library). From what I can tell without having been involved in its development, its purpose is somewhat similar to the STL. A while back, it was useful mainly for allowing class instances to be iterable and simulate array access. [...] Using the SPL classes actually turned out to be pretty straightforward once you got your hands on a good starting guide or two to help you beat the learning curve.

He mentions a few of the things offered by the SPL like the SplFixedArray/SplFastArray, Iterators, SplDoublyLinkedList, SplStack and SplQueue (among others). He also includes some benchmarks running standard code (like normal arrays) against a SPL counterpart - the SPL side beat the normal side hands down. Check out the full post for all of the numbers and comparison types.

0 comments voice your opinion now!
spl standard library iterator array queue list stack benchmark


blog comments powered by Disqus

Similar Posts

Community News: Open Source Golden Rules

Sebastian Bergmann's Blog: Who Uses PHPUnit?

Jeez.eu: PHP Certifications. Where, Why And, How To Get Them

Pierre-Alain Joye's Blog: Build cairo on windows, step #1

Sameer Borate's Blog: Checking coding standards with PHP_Codesniffer


Community Events











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


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

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