forked from mirror/ants
Remove the ineffectual info from README's
This commit is contained in:
parent
b4dedcd523
commit
ad3f65bf5b
|
@ -28,10 +28,6 @@ Library `ants` implements a goroutine pool with fixed capacity, managing and rec
|
|||
- Efficient in memory usage and it even achieves [higher performance](#-performance-summary) than unlimited goroutines in Golang
|
||||
- Nonblocking mechanism
|
||||
|
||||
## ⚔️ Tested in the following Golang releases:
|
||||
|
||||
All releases from **Go1.8.x** to **Go1.18.x**.
|
||||
|
||||
## 💡 How `ants` works
|
||||
|
||||
### Flow Diagram
|
||||
|
|
|
@ -28,10 +28,6 @@
|
|||
- 资源复用,极大节省内存使用量;在大规模批量并发任务场景下比原生 goroutine 并发具有[更高的性能](#-性能小结)
|
||||
- 非阻塞机制
|
||||
|
||||
## ⚔️ 目前测试通过的 Golang 版本:
|
||||
|
||||
从 **Go 1.8.x** 到 **Go 1.18.x** 的所有版本。
|
||||
|
||||
## 💡 `ants` 是如何运行的
|
||||
|
||||
### 流程图
|
||||
|
|
Loading…
Reference in New Issue