lazy
A small (~900B gzip), useful set of methods for lazy iteration of iterables. (by ricokahler)
fp
fp - My little functional programming library (by astridlyre)
lazy | fp | |
---|---|---|
1 | 1 | |
12 | 2 | |
- | - | |
6.7 | 0.0 | |
16 days ago | about 2 years ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lazy
Posts with mentions or reviews of lazy.
We have used some of these posts to build our list of alternatives
and similar projects.
fp
Posts with mentions or reviews of fp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-29.
-
π Data-Oriented Programming book: First draft
Sure! Hereβs the link to my repo: https://github.com/astridlyre/fp π Iβm still figuring this all out!
What are some alternatives?
When comparing lazy and fp you can also consider the following projects:
ts-iterable-functions - Tree-shakeable, functional, type-safe library for lazy transformation of iterable sequences in TypeScript.
ts-iterable - Iterables, streams for typescript
wonka - π© A tiny but capable push & pull stream library for TypeScript and Flow
cow-list - Copy-On-Write iterable list
stream - Typesafe API for processing iterable data in TypeScript and JavaScript.