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

ReactiveX/RxCpp

Reactive Extensions for C++ observed · 2026-08-28

github.com/ReactiveX/RxCpp · C++ · Apache-2.0 (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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4746
  • days_rel: n/a
  • days_push: 764
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3209 stars · 406 forks observed · 2026-08-28

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

RxCpp is a header-only C++ library implementing Reactive Extensions, providing algorithms for composing asynchronous and event-based streams of values distributed in time. It depends only on the standard library and integrates via simple include paths or package managers like vcpkg and NuGet.

Use cases

  • compose asynchronous event streams in C++
  • handle values distributed over time reactively
  • build reactive pipelines for UI or sensor events
  • process streams of data with composable operators
  • manage concurrency without manual thread coordination
  • transform async callbacks into observable sequences

When to choose

  • you need reactive/observable programming idioms in C++
  • you want a header-only library with no external dependencies
  • you are coordinating multiple asynchronous data sources or event streams

When to avoid

  • your project is simple and synchronous with no async event handling
  • you need actively developed features - the project is in maintenance mode
  • you prefer coroutine-based async patterns over Rx-style operators

Facets

library · maturity maintenance

concurrency streaming developer-tools developer-tools cross-platform cpp cross-platform windows reactive-extensions observables header-only async event-streams algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
ReactiveX/RxCppmain23

For agents

markdown · JSON · MCP: product_card(name="ReactiveX/RxCpp")

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