From 4d9057a8d0bc6ae762d4e5dee66abac87970c788 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 31 May 2020 19:37:55 +0800 Subject: [PATCH] Renew relevant articles --- README.md | 4 +++- README_ZH.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cd1311..029ab0f 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,9 @@ Source code in `ants` is available under the MIT [License](/LICENSE). ## 📚 Relevant Articles - [Goroutine 并发调度模型深度解析之手撸一个高性能 goroutine 池](https://taohuawu.club/high-performance-implementation-of-goroutine-pool) -- [Handling 1 Million Requests per Minute with Golang](https://medium.com/smsjunk/handling-1-million-requests-per-minute-with-golang-f70ac505fcaa) +- [Visually Understanding Worker Pool](https://medium.com/coinmonks/visually-understanding-worker-pool-48a83b7fc1f5) +- [The Case For A Go Worker Pool](https://brandur.org/go-worker-pool) +- [Go Concurrency - GoRoutines, Worker Pools and Throttling Made Simple](https://twinnation.org/articles/39/go-concurrency-goroutines-worker-pools-and-throttling-made-simple) ## 🖥 User cases diff --git a/README_ZH.md b/README_ZH.md index 05d8ad3..b7df0eb 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -368,7 +368,9 @@ pool.Reboot() ## 📚 相关文章 - [Goroutine 并发调度模型深度解析之手撸一个高性能 goroutine 池](https://taohuawu.club/high-performance-implementation-of-goroutine-pool) -- [Handling 1 Million Requests per Minute with Golang](https://medium.com/smsjunk/handling-1-million-requests-per-minute-with-golang-f70ac505fcaa) +- [Visually Understanding Worker Pool](https://medium.com/coinmonks/visually-understanding-worker-pool-48a83b7fc1f5) +- [The Case For A Go Worker Pool](https://brandur.org/go-worker-pool) +- [Go Concurrency - GoRoutines, Worker Pools and Throttling Made Simple](https://twinnation.org/articles/39/go-concurrency-goroutines-worker-pools-and-throttling-made-simple) ## 🖥 用户案例