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

Consolidate collections into one class that performs the correct operations depending on internal value type. #168

Open
jonpemby opened this issue Feb 17, 2019 · 0 comments
Projects

Comments

@jonpemby
Copy link
Owner

jonpemby commented Feb 17, 2019

Phlash's new objective is to be a really nice and easy to use immutable collection library.

Phlash will no longer support objects, numbers, strings or other primitives and instead expects that what is passed to it implements the Iterable interface.

Future versions of Phlash might provide optimizations for special cases of collections or lists.

While PHP is not necessarily the best performing language due to its implementation on a VM: Phlash's objective is to make dealing with large volumes of data enjoyable. That being said it is going to target asymptotically good performance.

@jonpemby jonpemby created this issue from a note in Version 1.0 (Pending) Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant