From bb816023421843b23f0d085963c30de8d2629c3f Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sat, 4 Aug 2018 10:34:35 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198ed04..b609cca 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ In that benchmark-picture, the first and second benchmarks performed test with 1 ![](ants_bench_1000w.png) -There was only the test of `ants` Pool because my computer was crash when it reached 10M goroutines. +There was only the test of `ants` Pool because my computer was crash when it reached 10M goroutines without pool. **As you can see, `ants` can up to 2x~6x faster than goroutines without pool and the memory consumption is reduced by 10 to 20 times.**