Changeset 5e6fb07 for doc/theses/colby_parsons_MMAth
- Timestamp:
- Jul 20, 2023, 10:58:13 AM (16 months ago)
- Branches:
- master
- Children:
- a09552d
- Parents:
- 5a7789f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/text/channels.tex
r5a7789f r5e6fb07 65 65 however, this performance gain comes by introducing unfairness with possible starvation for waiting threads. 66 66 67 \section{Channel Implementation} 67 \section{Channel Implementation}\label{s:chan_impl} 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.