Update cpp.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-08-05 19:07:09 +02:00 committed by GitHub
parent 70e41f5e60
commit 791ece7672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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