strings.ReplaceAll
standard libraryThe 141st most-called standard-library function by production calls. Called 13,526 times across 710 modules; 7,167 of those run outside tests and generated code.
- prod calls
- 7,167
- non-test, non-generated
- all calls
- 13,526
- total callsites
- modules
- 710
- distinct callers
- in loop
- 23%
- of prod calls
- in tests
- 16%
- 2,206 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
estimate
Estimated relative cost
Roughly 0.02× the estimated relative cost of fmt.Sprintf . Benchmarked at 58.8 ns/op × 7,167 production calls, normalized so fmt.Sprintf = 1.0.
This is not dollars and not a verdict. Per-op time depends heavily on inputs (argument sizes, contention, patterns), the benchmark ran on a single machine (darwin/arm64 (Apple Silicon), go1.26.0), and static call counts are not runtime frequency. How this is estimated →
who calls this
Notable callers
Production calls into ReplaceAll from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 381 5%
- InfluxDB 134 2%
- Istio 96 1%
- Grafana 93 1%
- Gitea 85 1%
where it's called
Callsites in the wild
12 representative callsites of 13,526, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
bubbles/v2 @v2.1.1
viewport/viewport.go:247
in loop -
charm.land/catwalk @v0.51.13
cmd/synthetic/main.go:213
in loop -
fang/v2 @v2.0.1
help.go:176
in loop - in loop
-
ClickHouse/clickhouse-go/v2 @v2.48.0
in loop -
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
miekg/dns @v0.6.90
cmd/atomdns/internal/conffile/parse.go:432
in loop -
hashicorp/consul @v1.22.7
in loop - in loop
-
docker/docker @v28.5.2+incompatible
in loop
top callers
The modules that reach for it
The modules that call ReplaceAll most in this snapshot.
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v72,33417%
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v71,0458%
- github.com/elastic/go-elasticsearch/v83202%
- github.com/gohugoio/hugo2802%
- github.com/bytebase/bytebase1811%
siblings
More from strings
The other most-called functions in this package. See all →