stevedekorte / coroutineLinks
C multiplatform coroutine implementation via ucontext, fibers or setjmp
☆265Updated 16 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.☆139Updated 6 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- [deprecated] For native C atomics, see Turf instead☆520Updated 9 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- redis's async event loop library☆189Updated 6 years ago
- Mordor is a high performance I/O library based on fibers.☆352Updated 7 years ago
- C11 Lock-free Stack☆184Updated last year
- Coroutines in C☆122Updated 11 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- timer.c: Tickless hierarchical timing wheel☆234Updated 2 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆293Updated 6 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Our open source benchmarks and code samples☆193Updated last month
- A benchmark framework for concurrent queue implementations☆295Updated 5 years ago
- C based ordered key-value ACID DB using a skip list data structure☆163Updated 10 years ago
- a light weight, high performance coroutine implementation☆38Updated 13 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆413Updated 6 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- A C++ pointer bump memory arena implementation☆94Updated 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/ …☆45Updated 10 years ago
- RIBS (Robust Infrastructure for Backend Systems) version 2☆130Updated 6 years ago
- High performance utility library for C☆96Updated 5 months ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆154Updated last month