#Pool

1 articles

Getting to know the Sync Pool on Golang

Getting to know the Sync Pool on Golang

Introduction to sync.Pool We often hear sync.Pool when implementing a design pattern called Object Pool Pattern.