sync/atomic.Bool.Load
standard libraryThe 355th most-called standard-library method by production calls. Called 3,905 times across 233 modules; 2,457 of those run outside tests and generated code.
- prod calls
- 2,457
- non-test, non-generated
- all calls
- 3,905
- total callsites
- modules
- 233
- distinct callers
- in loop
- 10%
- of prod calls
- in tests
- 37%
- 1,448 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 →
- Concrete method100%A method on a value whose type is known exactly.
estimate
Estimated relative cost
Roughly 0.00× the estimated relative cost of fmt.Sprintf . Benchmarked at 1.95 ns/op × 2,457 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 Bool.Load from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 146 6%
- VictoriaMetrics 91 4%
- Tailscale 75 3%
- NATS 60 2%
- Cilium 47 2%
where it's called
Callsites in the wild
12 representative callsites of 3,905, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cilium/hive @v1.0.4
in loop -
cockroachdb/pebble/v2 @v2.1.6
in loop -
miekg/dns @v0.6.90
cmd/atomdns/handlers/log/setup.go:78
in loop -
moby/moby @v28.5.2+incompatible
in loop - in loop
- in loop
- in loop
- in loop
- in loop
- in loop
-
anacrolix/torrent @v1.61.0
in loop - in loop
top callers
The modules that reach for it
The modules that call Bool.Load most in this snapshot.
- github.com/dapr/dapr2787%
- github.com/weaviate/weaviate2246%
- vitess.io/vitess1494%
- github.com/vitessio/vitess1434%
- tailscale.com1424%
siblings
More from sync/atomic
The other most-called members in this package. See all →