Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
2 answers
1k views

strings.Builder memory usage

Using this file (data file): package main import ( "io/ioutil" "time" ) func main() { ioutil.ReadFile("100mb.file") time.Sleep(time.Duration(time.Minute)) } ...
Zombo's user avatar
  • 1