go-pattern-examples/gomore/12_bounded_parallelism/README.md

12 lines
356 B
Markdown
Raw Normal View History

2020-05-02 13:43:23 +03:00
# 有限并行模式
解决如何在有限资源的场景下,依然能够最大限度的并行处理的问题
2020-07-29 12:21:47 +03:00
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)