diff --git a/README.md b/README.md index 933b43c..c547025 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@
-
A goroutine pool for Go
+``` +

A goroutine pool for Go

+``` [![godoc for panjf2000/ants][1]][2] @@ -89,6 +91,8 @@ All the tasks submitted to ants pool will not be guaranteed to be processed in o
+Benchmarks with 1000w tasks, both unlimited goroutines and ants pool, and the capacity of this ants goroutine-pool was limited to 5w. + - BenchmarkGoroutine-4 represent the benchmarks with unlimited goroutines in golang - BenchmarkPoolGroutine-4 represent the benchmarks with a ants pool