From 85063fcf4846a2825bc1c223e2ae341a88377406 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 28 Aug 2024 01:55:28 +0200 Subject: [PATCH] Update cpp.md Signed-off-by: Dennis Eichhorn --- standards/cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/cpp.md b/standards/cpp.md index a21f990..58164d1 100755 --- a/standards/cpp.md +++ b/standards/cpp.md @@ -33,7 +33,7 @@ When writing code keep the following topics in mind: * Signed vs unsigned * Threading * Cost of abstractions -* atomics vs locking (mutex) +* atomics vs locking (mutex) vs producer/consumer * Cache line sharing between CPU cores ### Branching / Branchless programming