AN EMPIRICAL STUDY OF CONCURRENT FEATURE USAGE IN GO

ECU Author/Contributor (non-ECU co-authors, if there are any, appear on document)
Dhana Srimanthini Tipirneni (Creator)
Institution
East Carolina University (ECU )
Web Site: http://www.ecu.edu/lib/

Abstract: The Go language includes support for running functions or methods concurrently as goroutines, which are lightweight threads managed directly by the Go language runtime. Go is probably best known for the use of a channel-based, message-passing concurrency mechanism, based on Hoare's Communicating Sequential Processes (CSP), for inter-thread communication. However, Go also includes support for traditional concurrency features, such as mutexes and condition variables, that are commonly used in other languages. In this paper, we analyze the use of these traditional concurrency features, using a corpus of Go programs used in earlier work to study the use of message-passing concurrency features in Go. The goal of this work is to better support developers in using traditional concurrency features, or a combination of traditional and message-passing features, in Go.

Additional Information

Publication
Thesis
Language: English
Date: 2023
Subjects
Go, static analysis, concurrency, empirical study

Email this document to

This item references:

TitleLocation & LinkType of Relationship
AN EMPIRICAL STUDY OF CONCURRENT FEATURE USAGE IN GOhttp://hdl.handle.net/10342/12295The described resource references, cites, or otherwise points to the related resource.