sort.Ints
standard libraryThe 1594th most-called standard-library function by production calls. Called 555 times across 168 modules; 383 of those run outside tests and generated code.
- prod calls
- 383
- non-test, non-generated
- all calls
- 555
- total callsites
- modules
- 168
- distinct callers
- in loop
- 7%
- of prod calls
- in tests
- 30%
- 165 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 28.14 ns/op × 383 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 Ints from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 22 6%
- Istio 18 5%
- CockroachDB 14 4%
- Dgraph 4 1%
- Docker 4 1%
where it's called
Callsites in the wild
12 representative callsites of 555, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
cli/cli @v1.14.0
in loop - in loop
-
go-rod/rod @v0.116.2
in loop -
google/gvisor @v0.0.0-20260805052044-b67f1412986c
in loop -
halfrost/LeetCode-Go @v0.0.0-20260629203155-e761c5e54b54
leetcode/1691.Maximum-Height-by-Stacking-Cuboids/1691. Maximum Height by Stacking Cuboids.go:8 ↗
in loop - in loop
-
junegunn/fzf @v0.74.2
in loop - in loop
-
lucasb-eyer/go-colorful @v1.4.1
in loop - in loop
-
seaweedfs/seaweedfs @v0.0.0-20260805044234-3c549b33ab8d
in loop
top callers
The modules that reach for it
The modules that call Ints most in this snapshot.
- github.com/halfrost/LeetCode-Go7914%
- github.com/sourcegraph/sourcegraph-public-snapshot346%
- github.com/seaweedfs/seaweedfs214%
- github.com/cockroachdb/cockroach204%
- github.com/kubernetes/kubernetes153%
siblings
More from sort
The other most-called functions in this package. See all →