sort.Ints
standard libraryThe 1563rd most-called standard-library function by production calls. Called 574 times across 171 modules; 397 of those run outside tests and generated code.
2% in production calls vs 2026-W37 (389 → 397)
- prod calls
- 397
- non-test, non-generated
- all calls
- 574
- total callsites
- modules
- 171
- distinct callers
- in loop
- 8%
- of prod calls
- in tests
- 30%
- 170 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 × 397 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 574, 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-20260919054224-26f3455a4cb9
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.4
in loop - in loop
-
lucasb-eyer/go-colorful @v1.4.1
in loop - in loop
-
seaweedfs/seaweedfs @v0.0.0-20260921075935-e2608edda4f9
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/seaweedfs224%
- github.com/cockroachdb/cockroach203%
- github.com/kubernetes/kubernetes142%
siblings
More from sort
The other most-called functions in this package. See all →