Bunki
A simple C coroutine library. (by Keith-Cancel)
Tina
Tina is a teeny tiny, header only, coroutine and job library. (by slembcke)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Bunki
Posts with mentions or reviews of Bunki.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-25.
-
Coroutines in C
I honestly like stackful coroutines if you don’t mind allocating memory for a stack.
https://github.com/Keith-Cancel/Bunki
-
A simple C coroutine library, with multithreading and more, Go and C++20 style
Like you mention other libraries, but how does this compare to something like this?
https://github.com/Keith-Cancel/Bunki
when compared to context switches having just giving things a cursory glance.
Also it seems to be trying to handle a lot of styles/handling of co-routines. Is there a reason for not really just choosing one style
- Bunki, a C Coroutine Library
Tina
Posts with mentions or reviews of Tina.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-13.
What are some alternatives?
When comparing Bunki and Tina you can also consider the following projects:
minicoro - Single header stackful cross-platform coroutine library in pure C.
shelf - Python library to convert elf to os-independent shellcodes
libco - Mirror of http://byuu.org/library/libco/
cp437.h - Header only codepage 437 unicode lookup table.
ares - ares is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation.
pyawaitable - Call asynchronous code from an extension module.