attoparsec-conduit

A streaming data library (by snoyberg)

Attoparsec-conduit Alternatives

Similar projects and alternatives to attoparsec-conduit

  1. ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. pandoc

    Universal markup converter

  4. simplex-chat

    SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!

  5. advent-of-code-jq

    Solving Advent of Code with jq

  6. ghc-proposals

    Proposed compiler and language changes for GHC and GHC/Haskell

  7. Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications

  8. hledger

    Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. milewski-ctfp-pdf

    Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source

  11. learn-you-a-haskell

    “Learn You a Haskell for Great Good!” by Miran Lipovača

  12. hoogle

    Haskell API search engine

  13. Simula

    Linux VR Desktop

  14. Tidal

    Pattern language

  15. promises-spec

    An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.

  16. wire-server

    🇪🇺 Wire back-end services

  17. effectful

    An easy to use, fast extensible effects library with seamless integration with the existing Haskell ecosystem.

  18. waymonad

    A wayland compositor based on ideas from and inspired by xmonad

  19. FS2

    Compositional, streaming I/O library for Scala

  20. tilapia

    Improving all Haskell's programmer interfaces

  21. binary-conduit

    binary serialization interface for conduit

  22. conduit-audio

    Use conduit to process/manipulate/convert audio

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better attoparsec-conduit alternative or higher similarity.

attoparsec-conduit discussion

Log in or Post with

attoparsec-conduit reviews and mentions

Posts with mentions or reviews of attoparsec-conduit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-19.
  • Haskell: A Great Procedural Language
    18 projects | news.ycombinator.com | 19 Jan 2025
  • Ask HN: What resources do you recommend for learning Haskell?
    8 projects | news.ycombinator.com | 21 Jul 2024
    Working through Learn You A Haskell is a good start.

    After that, I honestly think you'll get the best bang-for-buck by reading library-specific tutorials. If you play with enough of the libraries the rest of the language more or less falls into place.

    Conduit is a pretty ok streaming library, and has good documentation: https://github.com/snoyberg/conduit#readme

    Lens gives you a lot of useful features that more or less correspond to stuff like Getters and Setters in something like Java, and the tutorials for it get into some helpful details about writing Haskell code: https://hackage.haskell.org/package/lens

    Otherwise it's basically a lot of "just build shit, and don't be afraid to feel confused" and it'll fall into place.

  • Conduit question - what is "a single input value"?
    1 project | /r/haskell | 4 Feb 2023
  • Parallel streaming in Haskell: Part 1 – Fast, efficient, and fun
    2 projects | news.ycombinator.com | 5 Jan 2023
    > makes me think that there aren't any conduits that have more data than can fit in memory on a single machine

    Just because you can dedup a conduit doesn't mean you have to. We use conduits for streaming gigabytes-large files while staying within megabytes of memory use – ensuring that is one of the main selling points of libraries like conduit: https://github.com/snoyberg/conduit#readme

  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic attoparsec-conduit repo stats
4
915
5.6
2 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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