//
pkg.gl
Category
github.com/aquayi/go-notes
temp
deferBenchmark
package
0.0.0-20200223121827-10ffd4c65076
Repository:
https://github.com/aquayi/go-notes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
10 SLOC
#
README
defer 会带来性能损失
每个 defer 会带来 33ns 的延迟。