php-collection icon indicating copy to clipboard operation
php-collection copied to clipboard

Why do you not take advantage of spl's data structures ?

Open NoiseByNorthwest opened this issue 11 years ago • 2 comments

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

NoiseByNorthwest avatar Jun 20 '13 16:06 NoiseByNorthwest

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.

schmittjoh avatar Jun 20 '13 17:06 schmittjoh

+1 spl

migueleliasweb avatar Nov 21 '14 17:11 migueleliasweb