From 791ece7672807658849a94c38e7efd63ad9f6cb3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 5 Aug 2024 19:07:09 +0200 Subject: [PATCH] Update cpp.md Signed-off-by: Dennis Eichhorn --- standards/cpp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/standards/cpp.md b/standards/cpp.md index 4bca215..fe3dd31 100755 --- a/standards/cpp.md +++ b/standards/cpp.md @@ -34,6 +34,7 @@ When writing code keep the following topics in mind: * Threading * Cost of abstractions * atomics vs locking (mutex) +* Cache line sharing between CPU cores ## Namespace