go-pattern-examples/creation/24_object_pool
2020-04-24 18:10:26 +08:00
..
obejct_poo.go add objectpool model 2020-04-24 18:09:58 +08:00
object_pool_test.go add objectpool model 2020-04-24 18:09:58 +08:00
README.md update README.md for Object Pool 2020-04-24 18:10:26 +08:00

Object Pool

对象池创建模式,根据业务和执行的需要,用于一次性准备大量的预置对象