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. Learn more →
Stm-containers Alternatives
Similar projects and alternatives to stm-containers
-
-
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.
-
-
stm-chunked-queues
Thread communication queues that group items/requests that occur close together in time (by KholdStare)
-
-
-
stm-incremental
A very simple interface for incremental computation using STM in Haskell. (by SamuelSchlesinger)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
stm-containers discussion
stm-containers reviews and mentions
-
Concurrency in Haskell: Fast, Simple, Correct
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).
-
Software Transactional Memory (1997)
I think you are right about STM being roughly equivalent to snapshot isolation.
What STM offers is an easy way to invent "containers for snapshotted values" aka TVars. Using them carefully may result in better scaling: https://hackage.haskell.org/package/stm-containers
-
How to achieve "Run at most one parallel async action per user"?
how about use stm-containers?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 May 2025
Stats
nikita-volkov/stm-containers is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of stm-containers is Haskell.
Popular Comparisons
- stm-containers VS theatre
- stm-containers VS restricted-workers
- stm-containers VS stm-chunked-queues
- stm-containers VS conceit
- stm-containers VS stm-extras
- stm-containers VS stm-incremental
- stm-containers VS named-lock
- stm-containers VS stm-channelize
- stm-containers VS ttrie
- stm-containers VS stm-conduit