SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Haskell Concurrency Projects
-
haxl
A Haskell library that simplifies access to remote data, such as databases or web-based services.
Project mention: Abstraction boundaries are optimization boundaries | news.ycombinator.com | 2025-07-01Name-dropped both the N+1 problem and Haskell without mentioning Haxl.
Take a look at last decade's solution to this problem:
https://github.com/facebook/Haxl/blob/main/example/sql/readm...
-
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.
-
-
transient
A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
-
-
NeoHaskell
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
Haskell could be a great practical language if some constraints were introduced, e.g. limiting the language extensions used. https://www.simplehaskell.org attempted to do this and, currently, https://neohaskell.org is going in the same direction. After all, Haskell '98 is not that hard.
Personally, I think Haskell, or something like Haskell, is going to be reasonably popular in the near future. Functional programming and an expressive type system are great for ML-powered synthesis. You provide the type signature, and the machine fills in the function body. Furthermore, with dependent or refinement types, the solution can be verified to be correct.
-
-
unagi-chan
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
-
-
https://hackage.haskell.org/package/stm-containers
This library is full of STM-oriented data structures. They perform better than a simple `TVar (Map k v)`.
It's kind of a fun trick actually. The stock Map is just a tree. The STM Map is also a tree but with TVars at each node. So this helps a lot with contention - you only contend along a "spine" instead of across the whole tree, which is O(log n).
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Haskell Concurrency discussion
Haskell Concurrency related posts
-
Abstraction boundaries are optimization boundaries
-
Concurrency in Haskell: Fast, Simple, Correct
-
Functors, Applicatives, and Monads
-
Announcing NeoHaskell v0.2.0: Bringing Elm-Inspired Architecture to CLI Apps
-
Simon Peyton Jones – Haskell is useless [video]
-
NeoHaskell
-
NeoHaskell
-
A note from our sponsor - SaaSHub
www.saashub.com | 31 Aug 2025
Index
What are some of the best open-source Concurrency projects in Haskell? This list will help you:
# | Project | Stars |
---|---|---|
1 | haxl | 4,308 |
2 | streamly | 903 |
3 | transient | 634 |
4 | async | 330 |
5 | NeoHaskell | 319 |
6 | async-dejafu | 196 |
7 | unagi-chan | 130 |
8 | chaselev-deque | 109 |
9 | fraxl | 89 |
10 | ki | 85 |
11 | lvish | 80 |
12 | scheduler | 74 |
13 | stm-containers | 71 |
14 | mvc | 64 |
15 | capataz | 62 |
16 | pipes-concurrency | 44 |
17 | stm-conduit | 42 |
18 | restricted-workers | 39 |
19 | immortal | 37 |
20 | cspmchecker | 30 |
21 | lifted-async | 29 |
22 | threads-supervisor | 29 |
23 | promises | 28 |