Concurrent data structure: Difference between revisions

Content deleted Content added
Uriah123 (talk | contribs)
Uriah123 (talk | contribs)
Line 91:
more refined versions of it such as [[Gustafson's law]].
 
AnotherA key issue with the performance of concurrent data structures is the level of '''memory contention''': the overhead in traffic to and from memory as a
result of multiple threads concurrently attempting to access the same
locations in memory. This issue is most acute with blocking implementations