stevedekorte / coroutineLinks
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
Sorting:
- 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
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- redis's async event loop library☆189Updated 5 years ago
- Coroutines in C☆121Updated 11 years ago
- Mordor is a high performance I/O library based on fibers.☆347Updated 7 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- Russ Cox's libtask (with enhancements)☆320Updated 12 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆291Updated 5 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- C11 Lock-free Stack☆183Updated last year
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- A C library of hashtables and tries designed to store objects with high performance☆236Updated 2 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- High performance utility library for C☆94Updated 3 weeks ago
- C based ordered key-value ACID DB using a skip list data structure☆162Updated 10 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 10 years ago
- A concurrent user-level thread library implemented in C++☆317Updated 4 years ago
- Minimal HTTP processing library☆154Updated 5 years ago
- A C++ await/yield emulation library for stackless coroutine☆339Updated last year
- RIBS (Robust Infrastructure for Backend Systems) version 2☆130Updated 6 years ago
- Critbit trees in C☆337Updated 3 years ago