benchmarks: golang.org/x/benchmarks/garbage Index | Files | Directories

Packages imported by garbage

PathSynopsis
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/parserPackage parser implements a parser for Go source files.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
golang.org/x/benchmarks/driverDriver contains common benchmarking logic shared between benchmarks.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.