Checking default JVM options and G1GC Tuning
G1GC Tuning https://www.oracle.com/technical-resources/articles/java/g1gc.html OpenJDK Runtime Environment (build 1.8.0_232-b09)
G1GC Tuning https://www.oracle.com/technical-resources/articles/java/g1gc.html OpenJDK Runtime Environment (build 1.8.0_232-b09)
http://www.cs.bc.edu/~muller/teaching/cs102/s06/lib/pdf/api-design https://www.youtube.com/watch?v=aAb7hSCtvGw
A Philosophy of Software Design | John Ousterhout | Talks at Google – YouTube Get the book: https://goo.gl/ywYJ3i
https://github.com/fatih/vim-go
Notes based on: Go Tooling in Action – YouTube go build go install go get go get -d: download the code, but do not compile anything. go get -u: even if the code is already stored in GOPATH, download the latest version. go get -v: enable verbose mode. See: github.com/campoy/go-tooling-workshop/blob/master/1-source-code/1-workspace/1-intro.md The Go tool will first try …