strings.EqualFold
standard libraryThe 201st most-called standard-library function by production calls. Called 47,221 times across 554 modules; 4,955 of those run outside tests and generated code.
- prod calls
- 4,955
- non-test, non-generated
- all calls
- 47,221
- total callsites
- modules
- 554
- distinct callers
- in loop
- 46%
- of prod calls
- in tests
- 1%
- 527 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.00× the estimated relative cost of fmt.Sprintf . Benchmarked at 9.07 ns/op × 4,955 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 EqualFold from notable Go projects. Open one on the map to see what else it hammers.
- HashiCorp 254 5%
- Kubernetes 155 3%
- Istio 92 2%
- Gitea 62 1%
- Docker 54 1%
where it's called
Callsites in the wild
12 representative callsites of 47,221, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
charm.land/catwalk @v0.51.13
cmd/cortecs/main.go:28
in loop -
charm.land/fantasy @v0.40.0
providers/internal/httpheaders/httpheaders.go:28
in loop - in loop
- in loop
-
go/storage @v1.64.0
http_client.go:1764
in loop -
cockroachdb/cockroach @v19.2.12+incompatible
in loop - in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call EqualFold most in this snapshot.
- github.com/aws/aws-sdk-go-v2/service/ec25,86312%
- github.com/aws/aws-sdk-go-v2/service/rds2,4255%
- github.com/aws/aws-sdk-go-v2/service/cloudfront2,2035%
- github.com/aws/aws-sdk-go-v2/service/redshift1,6934%
- github.com/aws/aws-sdk-go-v2/service/glue1,6584%
siblings
More from strings
The other most-called functions in this package. See all →