stevedekorte / coroutine
C multiplatform coroutine implementation via ucontext, fibers or setjmp
☆263Updated 15 years ago
Alternatives and similar repositories for coroutine:
Users that are interested in coroutine are comparing it to the libraries listed below
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 9 months ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 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
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A hierarchical timer wheel, for implementing timed event queues☆210Updated 11 months ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆288Updated 5 years ago
- Our open source benchmarks and code samples☆189Updated this week
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- Coroutines in C☆120Updated 10 years ago
- redis's async event loop library☆189Updated 5 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 7 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- High performance utility library for C☆92Updated 7 months ago
- Russ Cox's libtask (with enhancements)☆317Updated 12 years ago
- Concurrent Programming Library (Coroutine) for C11☆364Updated 3 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A C library of hashtables and tries designed to store objects with high performance☆231Updated 2 years ago
- A benchmark framework for concurrent queue implementations☆289Updated 4 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- C++14 Reflection Library☆135Updated 7 years ago
- A concurrent user-level thread library implemented in C++☆315Updated 4 years ago
- A C++ await/yield emulation library for stackless coroutine☆334Updated last year
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆149Updated 4 years ago
- C11 Lock-free Stack☆181Updated 10 months ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Configurable C++ platform adapter☆557Updated 6 years ago