Skip to content

Instantly share code, notes, and snippets.

View gustafj's full-sized avatar

Gustaf Johansson gustafj

  • PinOn Systems AB
  • Gothenburg, Sweden
View GitHub Profile
@gustafj
gustafj / main.go
Created November 29, 2017 10:29
Golang 1.9.2 compilation extreme memory usage
package main
import (
"bufio"
"fmt"
"os"
)
var filename = "/tmp/go_compile_test.go"
var numberOfMaps = 10