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
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 8 months ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- Coroutines in C☆121Updated 10 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆287Updated 5 years ago
- redis's async event loop library☆188Updated 5 years ago
- [deprecated] For native C atomics, see Turf instead☆517Updated 8 years ago
- High performance utility library for C☆92Updated 6 months ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 10 months ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- Mordor is a high performance I/O library based on fibers.☆348Updated 7 years ago
- C11 Lock-free Stack☆181Updated 9 months ago
- A benchmark framework for concurrent queue implementations☆286Updated 4 years ago
- Russ Cox's libtask (with enhancements)☆317Updated 12 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆150Updated 4 years ago
- 📶 A lock- and wait-free hashtable (and an array too)☆109Updated 3 weeks ago
- A concurrent user-level thread library implemented in C++☆314Updated 4 years ago
- A public domain lock free queues implemented in C++11☆182Updated 10 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- RIBS (Robust Infrastructure for Backend Systems) version 2☆130Updated 6 years ago
- some libuv code snippets written while learning c and libuv☆69Updated 9 years ago
- Concurrent Programming Library (Coroutine) for C11☆363Updated 3 years ago
- Fast, efficient string interning☆95Updated 7 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 9 years ago