From 5d02366919783c687706e85e47b0fce321c4f696 Mon Sep 17 00:00:00 2001 From: andy pan Date: Thu, 28 Jun 2018 10:58:13 +0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb11ee..416b3df 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The test data above is a basic benchmark and the moreĀ detailed benchmarks will ![](benchmark_pool.png) - In that benchmark-picture, the first and second benchmarks performed test with 100w tasks and the rest of benchmarks performed test with 1000w tasks, both unlimited goroutines and ants pool, and the capacity of this ants goroutine-pool was limited to 5w. +In that benchmark-picture, the first and second benchmarks performed test with 100w tasks and the rest of benchmarks performed test with 1000w tasks, both unlimited goroutines and ants pool, and the capacity of this ants goroutine-pool was limited to 5w. **As you can see, `ants` can up to 2x faster than goroutines without pool (1000w tasks) and it only consumesĀ half memory comparing with goroutines without pool. (both 100w and 1000w tasks)**