free
Concurrency library
A library for combining parallel and sequential computations while maintaining the flexibility of a monadic programming paradigm.
Combination of a free applicative functor and free monad
58 stars
5 watching
3 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that simplifies concurrent and parallel programming using structured concurrency and thread pools. | 109 |
| A library providing functional concurrency primitives inspired by concurrent programming languages. | 209 |
| A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
| A Ruby library that enables fine-grained concurrency with high-performance I/O support using cooperative coroutines and async I/O APIs. | 659 |
| A library for writing concurrent code using cooperative multitasking | 0 |
| A type-safe and highly concurrent library for F# that provides a construct known as the IO monad for handling side effects in functional programming. | 38 |
| A library providing lazy, functional iteration capabilities for handling async and concurrent iteration in JavaScript | 322 |
| A Swift library providing structured concurrency and CSP capabilities for concurrent programming on macOS and Linux. | 1,496 |
| A library that provides modern concurrency tools for parallel processing in Crystal | 48 |
| A language that automatically prevents data races in concurrent code | 581 |
| A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction | 127 |
| A C++ library promoting value-oriented design and unidirectional data-flow architecture for composable software systems | 711 |
| A tutorial and code samples for parallel and concurrent programming in Haskell. | 219 |
| A lock-free data structure that enables concurrent, efficient exchange of data between multiple threads. | 36 |
| A lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations. | 83 |