You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Native array is the best data structure for lists, and outperforms the other methods in both time complexity and overall resource usage.**
30
+
- SplFixedArray is simply garbage for php8. It has no value over array in any way.
31
+
- DataStructures extension was once a great improvement for php7, but so much anymore, at least for simple lists. Certain things can be still much more efficient with [php-ds](https://medium.com/@rtheunissen/efficient-data-structures-for-php-7-9dda7af674cd).
0 commit comments