RE: RE: PHP: Use associative arrays basically never
You are viewing a single comment's thread from:

RE: PHP: Use associative arrays basically never

crell(60)
Published in
#php
Words
52
Reading
1 min
Listen
Play
7y

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

@crell: This is rather | Ecency