strconv.AppendFloat
standard libraryThe 2658th most-called standard-library function by production calls. Called 244 times across 99 modules; 226 of those run outside tests and generated code.
- prod calls
- 226
- non-test, non-generated
- all calls
- 244
- total callsites
- modules
- 99
- distinct callers
- in loop
- 20%
- of prod calls
- in tests
- 7%
- 18 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.
who calls this
Notable callers
Production calls into AppendFloat from notable Go projects. Open one on the map to see what else it hammers.
- VictoriaMetrics 18 8%
- InfluxDB 9 4%
- Go (golang.org/x) 7 3%
- Prometheus 6 3%
- Tailscale 5 2%
where it's called
Callsites in the wild
12 representative callsites of 244, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cloudreve/cloudreve @v0.0.0-20200909065614-40414fe6ae9f
in loop -
go-sql-driver/mysql @v1.10.0
in loop - in loop
- in loop
- in loop
-
lib/pq @v1.12.3
in loop -
pgvector/pgvector-go @v0.4.1
in loop -
tsenart/vegeta @v11.4.0+incompatible
in loop -
ugorji/go/codec @v1.3.2
binc.mono.generated.go:1800
in loop - in loop
- in loop
-
xwb1989/sqlparser @v0.0.0-20180606152119-120387863bf2
in loop
top callers
The modules that reach for it
The modules that call AppendFloat most in this snapshot.
- github.com/ugorji/go/codec208%
- github.com/VictoriaMetrics/VictoriaLogs94%
- github.com/VictoriaMetrics/VictoriaMetrics83%
- github.com/influxdata/influxdb83%
- github.com/parquet-go/parquet-go83%
siblings
More from strconv
The other most-called functions in this package. See all →