Ross ROSS = Recommend OSS · open-source software intelligence for agents

yyzybb537/libgo

Go-style concurrency in C++11 observed · 2026-08-28

github.com/yyzybb537/libgo · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3905
  • days_rel: n/a
  • days_push: 1157
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3308 stars · 752 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

libgo is a stackful coroutine library with collaborative scheduling written in C++11, bringing Go-style concurrency to C++. It also provides parallel programming primitives like channels, co_mutex, co_rwmutex, and timers, and can hook synchronous third-party libraries to make them asynchronous.

Use cases

  • write go-style coroutines in c++
  • make synchronous database clients like mysqlclient or hiredis asynchronous
  • run millions of lightweight coroutines with low memory
  • avoid thread-per-connection in high concurrency servers
  • add channels and mutexes for cooperative multithreading in c++

When to choose

  • you want golang-like synchronous-looking code with async performance in C++
  • you need to use synchronous DB drivers (MySQL, hiredis) in a high-concurrency async server without rewriting them
  • you need massive coroutine counts with modest memory usage
  • you target Linux, macOS, or Windows with C++11

When to avoid

  • you can use C++20 native coroutines or asio and prefer standard solutions
  • your project is not on Linux, macOS, or Windows
  • you need a library with active ongoing development and large community
  • you only need simple threading without cooperative scheduling

Facets

library · maturity maintenance

concurrency networking developer-tools backend performance windows cpp coroutines stackful-coroutine go-style-concurrency async hooking c-plus-plus-11 linux macos

1 source

Member repositories

RepositoryRoleHealth v2
yyzybb537/libgomain23

For agents

markdown · JSON · MCP: product_card(name="yyzybb537/libgo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem