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
So far, I've mainly spent time designing the API, there is no particular reason why I don't use SPL data structure except that I haven't looked into leveraging them.
For example, to maintain a sorted collection you could use one of spl's heap based containers.
http://www.php.net/manual/en/spl.datastructures.php
The text was updated successfully, but these errors were encountered: