Efficient data structures for PHP 7.md 504 B


Title: "Efficient data structures for PHP 7" Date: 2017-02-10 11:20:00 Categories: [programming] tags: [php, php7]

Authors: sedlav

Introducing ds, an extension for PHP 7 providing specialized data structures as an alternative to the array.

This post briefly covers the behaviour and performance benefits of each structure. There is also a list of answers to expected questions at the end.

Link