Proceedings of the 3rd Annual Conference on Systems, Programming, and Applications: Software for Humanity 2012
DOI: 10.1145/2384716.2384720
|View full text |Cite
|
Sign up to set email alerts
|

Go at Google

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
10
0

Year Published

2015
2015
2022
2022

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 17 publications
(11 citation statements)
references
References 0 publications
0
10
0
Order By: Relevance
“…Go [32] is a statically typed, compiled systems programming language in the tradition of C and C++. One of the more well-known features of Go is the built-in support for channel-based concurrency, where channels are first-class objects and integrated in the core language design.…”
Section: The Go Programming Languagementioning
confidence: 99%
See 1 more Smart Citation
“…Go [32] is a statically typed, compiled systems programming language in the tradition of C and C++. One of the more well-known features of Go is the built-in support for channel-based concurrency, where channels are first-class objects and integrated in the core language design.…”
Section: The Go Programming Languagementioning
confidence: 99%
“…The Go programming language [32] from Google takes a different approach and supports concurrency as a fundamental part of the language, with a channel-based concurrency model inspired by CSP. As a result of the design, Go offers a high-level, compositional way of constructing concurrent applications.…”
Section: Introductionmentioning
confidence: 99%
“…Performance considerations. In general, Golo exhibits good performance on function and method dispatch 4 . Figure 3 shows the results of a micro-benchmark based on applying the usual filter, map and reduce operations on collections.…”
Section: Ahead-of-time Compilation Based On Jsr 292mentioning
confidence: 99%
“…• higher-order functions and binding to Java singlemethod and functional interfaces, • tuples and structures (augmenting the later is reminiscent of Go-style objects [4]),…”
Section: Introductionmentioning
confidence: 99%
“…GSio is implemented using the Go programming language (Pike, 2012). Go provides a programming model that simplifies writing concurrent programmes.…”
Section: Gsiomentioning
confidence: 99%