Skip to content

Commit 6563968

Browse files
authored
Update README.md
1 parent 4c9007f commit 6563968

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Go simple async worker pool.
1313

1414
📖 ABOUT
1515
==================================================
16+
17+
<img align="left" src="https://brandur.org/assets/images/go-worker-pool/worker-pool.svg" href="https://brandur.org/go-worker-pool" />
18+
19+
Worker pool is a software design pattern for achieving concurrency of task execution. Maintains multiple workers waiting for tasks to be allocated for concurrent execution. By maintaining a pool of workers, the model increases performance and avoids latency in execution. The number of available workers might be tuned to the computing resources available.
20+
21+
You can read more about worker pools in Go [here](https://brandur.org/go-worker-pool).
22+
1623
Contributors:
1724

1825
* [Rafał Lorenz](http://rafallorenz.com)

0 commit comments

Comments
 (0)