From cdaff1bd724a2d3eb64a327a349db0f36ec752e3 Mon Sep 17 00:00:00 2001 From: xtaci Date: Fri, 17 Aug 2018 15:15:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a76d8..1780e25 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ BenchmarkSalsa20-4 300000 4998 ns/op #### Memory Control -Routers, mobile devices are sensitive to memory consumption; by setting GOGC environment(eg: GOGC=20) will lower memory consumption. +Routers, mobile devices are susceptible to memory consumption; by setting GOGC environment(eg: GOGC=20) will make the garbage collector to recycle faster. Reference: https://blog.golang.org/go15gc #### Compression