Changeset 5e6fb07 for doc/theses


Ignore:
Timestamp:
Jul 20, 2023, 10:58:13 AM (11 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
a09552d
Parents:
5a7789f
Message:

added label to section to reference later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/text/channels.tex

    r5a7789f r5e6fb07  
    6565however, this performance gain comes by introducing unfairness with possible starvation for waiting threads.
    6666
    67 \section{Channel Implementation}
     67\section{Channel Implementation}\label{s:chan_impl}
    6868Currently, only the Go programming language provides user-level threading where the primary communication mechanism is channels.
    6969Experiments 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.