stevedekorte / coroutineLinks
C multiplatform coroutine implementation via ucontext, fibers or setjmp
☆264Updated 16 years ago
Alternatives and similar repositories for coroutine
Users that are interested in coroutine are comparing it to the libraries listed below
Sorting:
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- [deprecated] For native C atomics, see Turf instead☆520Updated 9 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Mordor is a high performance I/O library based on fibers.☆349Updated 7 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- redis's async event loop library☆189Updated 5 years ago
- Coroutines in C☆121Updated 11 years ago
- C11 Lock-free Stack☆183Updated last year
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆292Updated 5 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- timer.c: Tickless hierarchical timing wheel☆232Updated 2 years ago
- A benchmark framework for concurrent queue implementations☆293Updated 5 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆167Updated 7 years ago
- Russ Cox's libtask (with enhancements)☆322Updated 13 years ago
- High performance utility library for C☆94Updated 3 months ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- A concurrent user-level thread library implemented in C++☆319Updated 5 years ago
- kqueue(2) compatibility library☆249Updated last week
- The atomic_ops project (Atomic memory update operations portable implementation)☆443Updated last month
- Boost.Coroutine☆85Updated 2 months ago
- A C library of hashtables and tries designed to store objects with high performance☆238Updated 2 years ago
- a light weight, high performance coroutine implementation☆38Updated 13 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year