Concurrent data structure: Difference between revisions

Content deleted Content added
Ronhjones (talk | contribs)
m Reverted edits by 74.116.154.204 to last revision by Hyang04 (HG)
Senthryl (talk | contribs)
m Disambiguation page link clarification - WikiProject Disambiguation
Line 3:
In [[computer science]], a '''concurrent data structure''' is a
particular way of storing and organizing [[data]] for access by
multiple computing [[threads]] (or [[process (computing)|processes]]) on a [[computer]].
 
Historically, such data structures were used on [[uniprocessor]]
machines with [[operating systems]] that supported multiple
computing threads (or [[process (computing)|processes]]). The term [[concurrency (computer science)|concurrency]] captured the
[[multiplexing]]/[[interleaving]] of the threads' operations on the
data by the operating system, even though the processors never