Skip to content

Instantly share code, notes, and snippets.

@life1347
Last active May 30, 2019 08:00
Show Gist options
  • Save life1347/fe79903dcad9673d8045ca24fccf5102 to your computer and use it in GitHub Desktop.
Save life1347/fe79903dcad9673d8045ca24fccf5102 to your computer and use it in GitHub Desktop.
$ go run ~/Downloads/p7uGl0JZ_TR.go
NoEmbedStruct
without pool: 1.558109ms
with pool: 89.337184ms
EmbedStruct
without pool: 651.618531ms
with pool: 84.505615ms
$ go run -gcflags '-N -l' ~/Downloads/p7uGl0JZ_TR.go
NoEmbedStruct
without pool: 139.720966ms
with pool: 97.43476ms
EmbedStruct
without pool: 672.334312ms
with pool: 91.052924ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment