Effective Concurrency

E660911

Effective Concurrency is a series of influential articles by Herb Sutter that explain practical techniques and best practices for writing correct, efficient, and scalable concurrent C++ programs.

All labels observed (2)

Label Occurrences
Concurrency in C++ articles 1
Effective Concurrency canonical 1

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf article series ⓘ
technical writing ⓘ
author Herb Sutter ⓘ
explains atomic operations ⓘ
common concurrency pitfalls ⓘ
data races ⓘ
deadlocks ⓘ
lock-based synchronization ⓘ
lock-free programming concepts ⓘ
memory consistency issues ⓘ
performance considerations in multithreaded code ⓘ
thread safety patterns ⓘ
focusesOn best practices for concurrent C++ code ⓘ
practical techniques for concurrency ⓘ
writing correct concurrent programs ⓘ
writing efficient concurrent programs ⓘ
writing scalable concurrent programs ⓘ
goal help developers avoid concurrency bugs ⓘ
help developers write scalable multicore software ⓘ
improve understanding of concurrency in C++ ⓘ
hasForm online articles ⓘ
print articles ⓘ
hasReputation influential in the C++ community ⓘ
widely cited in discussions of C++ concurrency ⓘ
influencedBy C++ memory model developments ⓘ
modern multiprocessor hardware ⓘ
language English ⓘ
mainSubject C++ programming language ⓘ
concurrent programming ⓘ
multithreading ⓘ
parallel programming ⓘ
software correctness ⓘ
software scalability ⓘ
partOf Herb Sutter's writings on C++ ⓘ
linked to: Exceptional C++
publishedIn Dr. Dobb's Journal ⓘ
relatedTo C++ memory model ⓘ
C++11 concurrency features ⓘ
lock-free data structures ⓘ
software design for multicore processors ⓘ
threading libraries ⓘ
targetAudience library designers ⓘ
professional C++ developers ⓘ
systems programmers ⓘ
timePeriod mid-2000s ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Herb Sutter → notableWork → Effective Concurrency ⓘ
subject linked to: Herbert Sutter
Herb Sutter → notableWork → Concurrency in C++ articles ⓘ
linked to: Effective Concurrency