Hacker News new | ask | show | jobs
by tottenhm 1959 days ago
In fairness, it does give choices -- https://www.php.net/manual/en/spl.datastructures.php
1 comments

The SPL data structures are widely considered a mistake. They're awkwardly designed, cannot be type-hinted, and often perform worse than pure-PHP alternatives.