Bunki
A simple C coroutine library. (by Keith-Cancel)
libco
Mirror of http://byuu.org/library/libco/ (by creationix)
Bunki | libco | |
---|---|---|
5 | 1 | |
227 | 56 | |
0.9% | - | |
6.8 | 0.0 | |
about 1 year ago | about 2 years ago | |
C | C | |
MIT License | GNU General Public License v3.0 or later |
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
libco
Posts with mentions or reviews of libco.
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 libco you can also consider the following projects:
minicoro - Single header stackful cross-platform coroutine library in pure C.
Tina - Tina is a teeny tiny, header only, coroutine and job library.
ares - ares is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation.
rfcs - RFCs for changes to Rust