Once you’ve run the program, you can view the CPU profile using this command (click to view the image full size):$ go tool pprof -http=:7777 cpuprofile Serving web UI on http://localhost:7777 The results are interesting, though not unexpected – the operations in the per-word hot ...