From 4c2aa0fa8d9b09ca8f59198c24f0cd3445f631b3 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 20 May 2018 23:34:34 +0800 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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