Skip to content

Commit a0b4586

Browse files
Update README.md
1 parent 6c970be commit a0b4586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ A php8.2 benchmark comparison between native **Array**, **SplFixedArray** and **
2727
# Conclusion
2828

2929
- **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

Comments
 (0)