[ANN] Haskell Streamly 0.9.0 Release!

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. streamly

    High performance, concurrent functional programming abstractions

    We are glad to announce streamly 0.9.0 release. streamly-0.9.0 and streamly-core-0.1.0 have been available on Hackage for some time now, you can find reference documentation and some guides on https://streamly.composewell.com as well. The website also has functionality to search across multiple streamly packages.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. fusion-plugin

    GHC plugin to make stream fusion more predictable

    Our goal is to completely fuse the loops in a fused stream pipeline. fusion-plugin https://github.com/composewell/fusion-plugin ensures that these loops get fused completely, if they don't, it reports that it did not fuse (reporting can be made better though). In most cases (for almost all cases for which we have benchmarks, and we have a lot of benchmarks) these loops fuse.

  4. streamly-examples

    Examples for Streamly

    Regarding the "beat GCC" example (I guess you are talking about the word count example) - we do not claim to beat gcc, I have worked with C/gcc for decades. But it did beat gcc by a thin margin sometimes, but I won't call it beating, rather matching gcc. It does match gcc even now - raise an issue in streamly repo if you cannot reproduce it.

  5. thyme

    A faster date and time library based on time (by haskell-github-trust)

    Neat, does it beat https://github.com/haskell-github-trust/thyme ?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Parallel streaming in Haskell: Part 3 - A parallel work consumer

    1 project | /r/haskell | 19 Jan 2023
  • Haskell Libraries I Love

    2 projects | /r/haskell | 30 May 2022
  • Edward Kmett reflects on the benefits of Haskell as a functional programming language - especially at scale.

    2 projects | /r/haskell | 14 Dec 2021
  • oath: Composable Concurrent Computation Done Right

    2 projects | /r/haskell | 5 Dec 2021
  • It's nice to see how Streamly has now become its own separate beast

    1 project | /r/haskell | 10 Sep 2021

Did you know that Haskell is
the 25th most popular programming language
based on number of references?