Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NoiseByNorthwest opened this issue Jun 20, 2013 · 2 comments
Open

Comments

@NoiseByNorthwest
Copy link

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

@schmittjoh
Copy link
Owner

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.

@migueleliasweb
Copy link

+1 spl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants