This commit is contained in:
andy pan 2018-06-28 11:11:16 +08:00
parent 5d02366919
commit 0ce675b29f
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ Memory : 8 GB 1867 MHz DDR3
1000w任务量的场景下我的电脑已经无法支撑 golang 的原生 goroutine 并发,所以只测出了使用`ants`池的测试结果。
**从该demo测试吞吐性能对比可以看出使用ants的吞吐性能相较于原生goroutine可以保持在2~6倍的性能压制而内存消耗则可以达到10~20倍的节省优势。**
**从该demo测试吞吐性能对比可以看出使用ants的吞吐性能相较于原生goroutine可以保持在2-6倍的性能压制而内存消耗则可以达到10-20倍的节省优势。**
[1]: https://godoc.org/github.com/panjf2000/ants?status.svg
[2]: https://godoc.org/github.com/panjf2000/ants