libconcurrent
concurrency library
A lightweight, low-overhead concurrency library
Concurrent Programming Library (Coroutine) for C11
361 stars
24 watching
39 forks
Language: Assembly
last commit: about 3 years ago
Linked from 1 awesome list
concurrencyconcurrentcontext-switchingcoroutinecoroutine-library
Related projects:
Repository | Description | Stars |
---|---|---|
tidwall/neco | A C concurrency library providing coroutines and synchronization primitives. | 1,138 |
shiyanhui/libcsp | A high performance concurrency library influenced by the CSP model | 1,309 |
takagi/cl-coroutine | A coroutine library for Common Lisp that enables efficient and lightweight cooperative multitasking. | 64 |
mpusz/coroutines | A library for writing concurrent code using cooperative multitasking | 0 |
belozierov/swiftcoroutine | An implementation of coroutines in Swift to simplify asynchronous programming and improve error handling. | 837 |
sustrik/libdill | Structured concurrency primitives for C to manage concurrent tasks efficiently | 1,683 |
stlab/libraries | A repository of C++ libraries and tools for concurrency and parallel programming | 662 |
quuxplusone/coro | A single-header library providing facilities for C++2a Coroutines | 80 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 414 |
xudong-huang/may | A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. | 1,959 |
typelift/concurrent | A library providing functional concurrency primitives inspired by concurrent programming languages. | 209 |
didactic-drunk/concurrent.cr | A library that provides modern concurrency tools for parallel processing in Crystal | 48 |
awkward-squad/ki | A lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations. | 83 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
zewo/venice | A Swift library providing structured concurrency and CSP capabilities for concurrent programming on macOS and Linux. | 1,495 |