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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,5 @@ A php8.2 benchmark comparison between native **Array**, **SplFixedArray** and **
27
27
# Conclusion
28
28
29
29
-**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).
30
+
- SplFixedArray is simply unnecessary. It has no real value over array.
31
+
- DataStructures extension was once a great improvement for php7, but not so much anymore, at least for simple lists. Certain data structure manipulations can be still more efficient with [php-ds](https://medium.com/@rtheunissen/efficient-data-structures-for-php-7-9dda7af674cd).
0 commit comments