golang pool

1. sync.Pool

golang sdk已经提供了性能优良的pool工具 sync.Pool, 在实践过程需要使用pool的尽量使用sync.Pool即可。

sync.Pool关键实现:

sync.Pool的特点:

sync.Pool使用注意: