Skip to content

Commit 1a8e4f0

Browse files
authored
Update README.md
1 parent 0661755 commit 1a8e4f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ Go simple async worker pool.
1414
📖 ABOUT
1515
==================================================
1616

17-
<img align="left" src="https://brandur.org/assets/images/go-worker-pool/worker-pool.svg" href="https://brandur.org/go-worker-pool" />
17+
<img src="https://brandur.org/assets/images/go-worker-pool/worker-pool.svg" href="https://brandur.org/go-worker-pool" />
1818

1919
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.
2020

2121
You can read more about worker pools in Go [here](https://brandur.org/go-worker-pool).
2222

23-
2423
Contributors:
2524

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

0 commit comments

Comments
 (0)