go

Go: time.sleep and memory usage

英文: Go: time.sleep and memory usage 问题 当运行下面的代码时,程序从大约1.5M开始,然后逐渐增长到6.4M。我想知道为什么会这样。移除time.sleep可以解决...