Concurrent data structure: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
m DAB
Line 19:
they run on different processors that communicate with one another.
The concurrent data structure (sometimes also called a ''shared data structure'') is usually considered to reside in an abstract storage
environment called [[Shared memory architecture|shared memory]], though this memory may be
physically implemented as either a "tightly coupled" or a
distributed collection of storage modules.