GreenCoro:C 中的轻量级非对称协程库

时间:2024-07-06 20:57:32
【文件属性】:

文件名称:GreenCoro:C 中的轻量级非对称协程库

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-06 20:57:32

C

一个轻量级、高性能的纯 C 非对称协程库。 受 StateThreads 和 Libconcurrency 的启发,它结合了高性能和简单的 API。 在 x86-64 上测试,每秒实现大约 17000000 次上下文切换(至强 E5504 @ 2.0GHz)。


【文件预览】:
GreenCoro-master
----src()
--------register.h(498B)
--------context.S(2KB)
--------tracer.h(606B)
--------greencoro.c(12KB)
--------tracer.c(4KB)
----lib()
--------.gitignore(68B)
----example()
--------run.sh(222B)
--------corotest.c(1KB)
----README.md(260B)
----makefile(541B)
----include()
--------greencoro.h(6KB)

网友评论