mirror of
https://github.com/golang/go
synced 2024-11-18 23:14:43 -07:00
The Go programming language
007f41d43e
The benchmarks don't permit clear-cut apples-to-apples comparisons since they depend on the very source code they are testing. But they do give an indication of the approximate performance - as a sanity test. Using 3 different code bases makes it apparent that there's some difference in performance per code base; i.e., the lines/s speed varies pretty strongly. This may be due to setup costs, or other issues. We should investigate eventually. R=adonovan CC=golang-dev https://golang.org/cl/30650043 |
||
---|---|---|
astutil | ||
blog | ||
call | ||
cmd | ||
dashboard | ||
go | ||
godoc | ||
importer | ||
oracle | ||
playground | ||
pointer | ||
present | ||
ssa | ||
.hgignore | ||
AUTHORS | ||
codereview.cfg | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
README |
This subrepository holds the source for various packages and tools that support the Go programming language. Some of the tools, godoc and vet for example, are included in binary Go distributions. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. To submit changes to this repository, see http://golang.org/doc/contribute.html.