ahmetb/go-linq
.NET LINQ capabilities in Go observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 66
- 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: 305
- age_days: 4640
- days_rel: 12
- days_push: 10
- n_releases_24m: 2
Adoption not part of the score
3759 stars · 227 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go library providing .NET LINQ-style language integrated query capabilities over collections. It offers type-safe, lazily-evaluated, chainable operators like Where, Select, Join, and GroupBy built on Go's iter.Seq iterator pattern.
Use cases
- filter and transform slices with chained queries in Go
- group and join collections without writing loops
- query channels and custom collections lazily
- replace verbose for-loops with LINQ-style pipelines
- perform set operations like union and intersection on slices
When to choose
- you want LINQ-style declarative collection querying in Go
- you need type-safe generic query chains without type assertions
- you want lazy evaluation and allocation-free iteration over large collections
When to avoid
- your Go codebase cannot use Go 1.27 generic methods (use v4 instead)
- you prefer explicit loops and minimal abstractions
- you need maximum raw performance over readability for hot loops
Facets
library · maturity active
developer-tools developer-tools go cross-platform linq generics lazy-evaluation collections iterators query-language algorithms
5 sources
- readme: https://github.com/ahmetb/go-linq · fetched 2026-08-28 · 6f7792032edb
- homepage: https://godoc.org/github.com/ahmetb/go-linq · fetched 2026-08-29 · 3078596a0876
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/github.com/ahmetb/go-linq · fetched 2026-08-29 · 129260f59110
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ahmetb/go-linq | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem