path/filepath.Ext
standard libraryThe 537th most-called standard-library function by production calls. Called 1,703 times across 390 modules; 1,442 of those run outside tests and generated code.
- prod calls
- 1,442
- non-test, non-generated
- all calls
- 1,703
- total callsites
- modules
- 390
- distinct callers
- in loop
- 21%
- of prod calls
- in tests
- 15%
- 261 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 2.4 ns/op × 1,442 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 Ext from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 31 2%
- Helm 26 2%
- InfluxDB 18 1%
- Istio 18 1%
- Dgraph 15 1%
where it's called
Callsites in the wild
12 representative callsites of 1,703, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
liamstask/goose @v0.0.0-20150115234039-8488cc47d90c
lib/goose/migrate.go:88
in loop - in loop
- in loop
- in loop
-
docker/docker @v28.5.2+incompatible
in loop -
encr.dev @v1.57.13
pkg/encorebuild/githubrelease/githubrelease.go:98
in loop -
etcd/client/pkg/v3 @v3.7.1
fileutil/read_dir.go:63
in loop - in loop
-
gitea.dev @v1.27.1
modules/repository/init.go:53
in loop - in loop
top callers
The modules that reach for it
The modules that call Ext most in this snapshot.
- github.com/sipeed/picoclaw583%
- github.com/esengine/DeepSeek-Reasonix533%
- github.com/larksuite/cli513%
- github.com/Tencent/WeKnora493%
- github.com/weaviate/weaviate473%
siblings
More from path/filepath
The other most-called functions in this package. See all →