stevedekorte / coroutineLinks
C multiplatform coroutine implementation via ucontext, fibers or setjmp
☆264Updated 15 years ago
Alternatives and similar repositories for coroutine
Users that are interested in coroutine are comparing it to the libraries listed below
Sorting:
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- redis's async event loop library☆188Updated 5 years ago
- Coroutines in C☆121Updated 10 years ago
- Mordor is a high performance I/O library based on fibers.☆349Updated 7 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Russ Cox's libtask (with enhancements)☆320Updated 12 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A C++ await/yield emulation library for stackless coroutine☆338Updated last year
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- A Super Fast Multithreaded malloc() for 64-bit Machines☆290Updated 5 years ago
- High performance utility library for C☆94Updated 10 months ago
- A concurrent user-level thread library implemented in C++☆315Updated 4 years ago
- C11 Lock-free Stack☆182Updated last year
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Boost.Coroutine☆84Updated 2 months ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Boost.Coroutine2☆135Updated 2 months ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 8 years ago
- a light weight, high performance coroutine implementation☆38Updated 12 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 4 years ago
- C based ordered key-value ACID DB using a skip list data structure☆161Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- Concurrent Programming Library (Coroutine) for C11☆365Updated 3 years ago