ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 77
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4678
- days_rel: n/a
- days_push: 143
- n_releases_24m: 0
Adoption not part of the score
4377 stars · 467 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
range-v3 is a C++14/17/20 range library that extends the STL with composable views, actions, and range-based algorithms. It served as the basis for the C++20 std::ranges standardization proposal (P0896R4).
Use cases
- compose lazy data transformations with pipe syntax in C++
- replace iterator-pair STL algorithm calls with range-based overloads
- chain filtering, transforming, and slicing of containers
- eagerly mutate containers with actions
- write terse readable data-processing pipelines in C++
When to choose
- you need composable lazy views on C++ sequences
- you target C++14/17 and want std::ranges-like functionality
- you want the reference implementation behind C++20 ranges
When to avoid
- you can use std::ranges directly on C++20
- you need extensive documentation and tutorials (docs are incomplete)
- you need a license suitable for strict corporate compliance (license is non-standard)
Facets
library · maturity stable
developer-tools developer-tools programming-languages cpp cross-platform ranges stl iterators views lazy-evaluation functional-programming header-only algorithms
1 source
- readme: https://github.com/ericniebler/range-v3 · fetched 2026-08-28 · 94ebaa1af2d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ericniebler/range-v3 | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="ericniebler/range-v3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem