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
- 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)☆123Updated last year
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- Coroutines in C☆121Updated 10 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆290Updated 5 years ago
- Mordor is a high performance I/O library based on fibers.☆348Updated 7 years ago
- A concurrent user-level thread library implemented in C++☆315Updated 4 years ago
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- redis's async event loop library☆188Updated 5 years ago
- Our open source benchmarks and code samples☆192Updated this week
- Concurrent Programming Library (Coroutine) for C11☆365Updated 3 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- C11 Lock-free Stack☆181Updated last year
- Kitsune runtime, driver, ktcc, xfgen, documentation, and test suite.☆165Updated 9 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- High performance utility library for C☆93Updated 9 months ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆403Updated 6 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆149Updated 4 years ago
- Fast, efficient string interning☆97Updated 7 years ago
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆330Updated 7 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago