RE: PHP: Use associative arrays basically never

You are viewing a single comment's thread from:

PHP: Use associative arrays basically never

in php •  5 years ago  (edited)

This is rather older, but here's a post from Nikita Popov explaining the difference in storage in PHP 5.4: https://gist.github.com/nikic/5015323

The structs have changed dramatically in PHP 7, but the basic optimization he describes is still with us, and is the reason for these results.

Some more recent posts on the topic, too:

https://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html
https://nikic.github.io/2014/12/22/PHPs-new-hashtable-implementation.html

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!