Changes in / [a09552d:d3b8752]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/text/channels.tex
ra09552d rd3b8752 65 65 however, this performance gain comes by introducing unfairness with possible starvation for waiting threads. 66 66 67 \section{Channel Implementation} \label{s:chan_impl}67 \section{Channel Implementation} 68 68 Currently, only the Go programming language provides user-level threading where the primary communication mechanism is channels. 69 69 Experiments were conducted that varied the producer-consumer algorithm and lock type used inside the channel.
Note: See TracChangeset
for help on using the changeset viewer.