tobyhede/go-underscore
Helpfully Functional Go - A useful collection of Go utilities. Designed for programmer happiness. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4445
- days_rel: n/a
- days_push: 1282
- n_releases_24m: 0
Adoption not part of the score
1299 stars · 62 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go utility library inspired by underscore.js, providing functional collection helpers like Each, Map, Any, Every, and None for slices and maps. It also offers parallel variants such as EachP and parallel Map backed by worker pools.
Use cases
- apply a function to every element of a slice or map in go
- map over collections with functional helpers in go
- run collection iteration in parallel with worker pools
- check if any, all, or none of a collection matches a predicate
- write underscore.js-style functional code in go
When to choose
- you want familiar underscore-style functional iteration helpers in Go
- you need simple parallel Each/Map over collections without pulling a heavy dependency
When to avoid
- you need a maintained, well-documented library — the project is in flux with incomplete godoc
- you prefer Go 1.x generics-based functional libraries with type safety
- you need full lodash/underscore feature coverage like contains or indexOf, which are still unimplemented
Facets
library · maturity maintenance
developer-tools concurrency developer-tools go functional-programming underscore collections map-reduce generics-helpers algorithms
1 source
- readme: https://github.com/tobyhede/go-underscore · fetched 2026-08-28 · 718e8b019038
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tobyhede/go-underscore | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="tobyhede/go-underscore")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem