thinkeridea/go-extend
go语言扩展包,收集一些常用的操作函数,辅助更快的完成开发工作,并减少重复代码 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2812
- days_rel: n/a
- days_push: 1140
- n_releases_24m: 0
Adoption not part of the score
1309 stars · 156 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
go-extend is a Go utility library that collects commonly used helper functions to speed up development and reduce repetitive code. It provides performance-optimized alternatives to standard library functions like strings.Join, strings.Repeat, and strings.Replace, often using unsafe and in-place techniques to reduce memory allocations.
Use cases
- join strings with fewer memory allocations in Go
- repeat or replace large strings efficiently
- convert string operations to []byte without type conversion overhead
- find optimized replacements for Go standard library string functions
- reduce boilerplate utility code in Go projects
- benchmark and compare performance of string manipulation functions
When to choose
- your Go application is performance-sensitive and string/byte operations are a bottleneck
- you want drop-in, faster alternatives to strings.Join, strings.Repeat, or strings.Replace
- you need a curated set of common utility functions to cut down repetitive code
When to avoid
- you prefer to avoid unsafe-based code paths in safety-critical or audited codebases
- your project only needs one or two small helpers and you'd rather write them yourself
- you need actively maintained libraries with frequent updates and broad community support
Facets
library · maturity maintenance
developer-tools concurrency error-handling benchmarking developer-tools performance go cross-platform go-stdlib-extensions string-manipulation byte-slice performance-optimization unsafe utility-functions exstrings exbytes algorithms
4 sources
- readme: https://github.com/thinkeridea/go-extend · fetched 2026-08-28 · 122a855fba13
- homepage: https://pkg.go.dev/github.com/thinkeridea/go-extend · fetched 2026-08-29 · 718fad587a7d
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thinkeridea/go-extend | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="thinkeridea/go-extend")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem