News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
HashTables
August 23, 2010 @ 08:58:43

Johannes Schluter has a new post to his blog on another PHP internals related topic - hashtables.

While preparing my "PHP Under The Hood" talk for the Dutch PHP Conference there was a question on IRC about extension_loaded() being faster than function_exists(), which might be strange as both of them are simple hash lookups and a hash lookup is said to be O(1). I started to write some slides for it but figured out that I won't have the time to go through it during that presentation, so I'm doing this now.

He talks about array storage (a "real" array), numeric and string-based keys, the internals of how each is stored and how the differences make the one function faster than the other (hint: it's all about collisions).

0 comments voice your opinion now!
hashtable array storage variable functionexists extensonloaded


blog comments powered by Disqus

Similar Posts

PHPClasses.org: PHP Vulnerability May Halt Millions of Servers

NETTUTS.com: Online File Storage with PHP

PHPMaster.com: Using SPL Iterators, Part 1

Gonzalo Ayuso: How to use environ variables to create different environments with PHP

Maarten Balliauw's Blog: LINQ for PHP (Language Integrated Query for PHP)


Community Events









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


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

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