diff --git a/README.md b/README.md index e9ae58b..97808a1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![godoc for panjf2000/ants][7]][8] [![MIT Licence][9]][10] -[中文](README_ZH.md) | [Project Tutorial](https://blog.taohuawu.club/high-performance-implementation-of-goroutine-pool) +[中文](README_ZH.md) | [Project Blog](https://taohuawu.club/high-performance-implementation-of-goroutine-pool) Library `ants` implements a goroutine pool with fixed capacity, managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines in your concurrent programs. diff --git a/README_ZH.md b/README_ZH.md index 836ec3c..c72e0bf 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -9,7 +9,7 @@ [![godoc for panjf2000/ants][7]][8] [![MIT Licence][9]][10] -[英文](README.md) | [项目介绍文章传送门](https://blog.taohuawu.club/high-performance-implementation-of-goroutine-pool) +[英文](README.md) | [项目博客](https://taohuawu.club/high-performance-implementation-of-goroutine-pool) `ants`是一个高性能的协程池,实现了对大规模goroutine的调度管理、goroutine复用,允许使用者在开发并发程序的时候限制协程数量,复用资源,达到更高效执行任务的效果。