DEV Community

Golang sync.Pool benefits + Benchmarks

Pavel Sanikovich on October 11, 2023

The sync.Pool package in Go provides a simple object pool implementation. It can be used to improve the performance of allocating and releasing mem...
Collapse
 
metal3d profile image
Patrice Ferlet

Please, use Markdown syntax to propose source code instead of using image.