-
Notifications
You must be signed in to change notification settings - Fork 268
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
Code separate! #188
Comments
Hi! Maybe you are interested in iterum. It is es6 modular library that uses iterables to achieve lazy evaluation. |
@xgbuils, is it stable enough? |
Yes. i'm working on the new major release that implements new combinatorial functions and brings support for infinite iterables in all implemented methods. |
@xgbuils, and what about performance? TypeScript support? |
You can look at it exploring iterum dev-2.0.0 branch About performance, I'm trying to improve that. Using native generators for lazy evaluation has some caveats that another library imlazy is trying to solve and I will try to implement as soon as possible. About TypeScript, never I worked with it and I don't know if it has support. There are other libraries that you can explore: Don't hesitate to open issues and contribute. Cheers! |
@xgbuils, thank you! |
I need Lazy.js like lodash.js as modular separate code, rather than all at once import, in fact, I am more concerned about its core modules Squence
The text was updated successfully, but these errors were encountered: