foundation
Empire strikes back (by haskell-foundation)
streaming-commons
Common lower-level functions needed by various streaming data libraries (by fpco)
foundation | streaming-commons | |
---|---|---|
4 | 1 | |
467 | 36 | |
- | - | |
0.0 | 4.3 | |
about 2 years ago | 5 months ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" 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.
foundation
Posts with mentions or reviews of foundation.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-13.
- Caution: Infinite loop in Word256 from foundation
- List of upcoming breaking changes
-
[ANNOUNCE] GHC 9.2.1-alpha1 now available
As is mentioned in that thread, Vincent has been aware of this breakage for at least 3 months now, and there are multiple unmerged fixes waiting for him or his co-maintainers. One of those PRs that are necessary for GHC 9 support has just turned one year old, and it has received no comments.
-
[Haskell-cafe] Future of package cryptonite
For context: the not-yet-updated dependencies (basement and memory) of cryptonite are maintained by the primary author of cryptonite.
streaming-commons
Posts with mentions or reviews of streaming-commons.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-13.
What are some alternatives?
When comparing foundation and streaming-commons you can also consider the following projects:
foundation - Empire strikes back
streaming - An optimized general monad transformer for streaming applications, with a simple prelude of functions
no-role-annots - Role annotations without -XRoleAnnotations
streaming-bytestring - effectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy
hyperloglogplus - Haskell implementation of HyperLogLog++ & MinHash for efficient cardinality and intersection estimation
streaming-conduit - Bidirectional support between the streaming and conduit libraries