sort.Slice
standard libraryThe 210th most-called standard-library function by production calls. Called 6,145 times across 535 modules; 4,762 of those run outside tests and generated code.
2% in production calls vs 2026-W37 (4,687 → 4,762)
- prod calls
- 4,762
- non-test, non-generated
- all calls
- 6,145
- total callsites
- modules
- 535
- distinct callers
- in loop
- 9%
- of prod calls
- in tests
- 21%
- 1,316 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 111 ns/op × 4,762 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 Slice from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 222 5%
- Grafana 190 4%
- VictoriaMetrics 139 3%
- Istio 106 2%
- Dgraph 104 2%
where it's called
Callsites in the wild
12 representative callsites of 6,145, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
go/bufplugin @v0.10.0
check/checkutil/util.go:82
in loop - in loop
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
readeck/go-readability/v2 @v2.1.2
parser.go:1006
in loop -
hashicorp/consul @v1.22.7
internal/resource/protoc-gen-resource-types/internal/generate/generate.go:118 ↗
in loop - in loop
- in loop
- in loop
-
docker/compose/v2 @v2.40.3
in loop -
encr.dev @v1.58.6
cli/daemon/mcp/metrics_tools.go:78
in loop - in loop
top callers
The modules that reach for it
The modules that call Slice most in this snapshot.
- github.com/kubernetes/kubernetes1563%
- github.com/seaweedfs/seaweedfs1372%
- github.com/grafana/loki/v31212%
- github.com/cockroachdb/cockroach1072%
- k8s.io/kubernetes1042%
siblings
More from sort
The other most-called functions in this package. See all →