From 0525cb79608fc126755fc99f7eb6dad8c78e9ccc Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 29 Jul 2020 17:21:47 +0800 Subject: [PATCH] Update README.md --- gomore/12_bounded_parallelism/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gomore/12_bounded_parallelism/README.md b/gomore/12_bounded_parallelism/README.md index 23bc721..eb5f52a 100644 --- a/gomore/12_bounded_parallelism/README.md +++ b/gomore/12_bounded_parallelism/README.md @@ -1,3 +1,11 @@ # 有限并行模式 解决如何在有限资源的场景下,依然能够最大限度的并行处理的问题 + + +https://github.com/ajithcnambiar/boundedparallelism/blob/master/pipeline/pipeline.go + +https://github.com/keybase/pipeliner/blob/master/pipeliner.go + + +![](https://github.com/ajithcnambiar/boundedparallelism/raw/master/boundedParallelism.png)