destel/rill
Go toolkit for clean, composable, channel-based concurrency observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 99
- Release rhythm 57
- Longevity 67
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: 48.5
- age_days: 943
- days_rel: 205
- days_push: 7
- n_releases_24m: 7
Adoption not part of the score
1852 stars · 28 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rill is a Go library providing composable, channel-based concurrency primitives built on generics. It lets developers build concurrent pipelines from reusable operations like map, filter, batching, and fan-in, with centralized error propagation and built-in backpressure.
Use cases
- run parallel HTTP requests with bounded concurrency in Go
- process infinite real-time event streams with goroutines
- build composable data pipelines from channels
- handle errors centrally in concurrent Go code
- batch and merge streams with ordered fan-in
- process large datasets that don't fit in memory
- replace boilerplate goroutine and channel management code
When to choose
- you need clean, composable concurrency in Go without heavy frameworks
- you want controlled parallelism with backpressure over Go channels
- you process streaming or large datasets item-by-item
- you want centralized error handling across concurrent stages
When to avoid
- your workload is simple enough that plain goroutines and channels suffice
- you need distributed or cross-process concurrency rather than in-process
- you're not using Go or Go versions without generics support
Facets
library · maturity active
concurrency streaming error-handling developer-tools backend go cross-platform goroutines channels generics pipeline functional-programming stream-processing backpressure algorithms
1 source
- readme: https://github.com/destel/rill · fetched 2026-08-28 · e239e4ab84ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| destel/rill | main | 78 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem