Skip to content

Commit a05848d

Browse files
author
Anthony Atkinson
committed
Object pool markdown.
1 parent ce28886 commit a05848d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

creational/object_pool.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Object Pool Pattern
2+
3+
The [object pool design pattern](https://en.wikipedia.org/wiki/Object_pool_pattern) allows multiple instances to be kept in a collection ("pool") in order to have already been initialized when other instances are ready to use them.
4+
5+
# Implementation and Example
6+
7+
An example with implementation and usage can be found in [object_pool.go](object_pool.go).

0 commit comments

Comments
 (0)