Update cpp.md
Some checks failed
CI / linting (push) Has been cancelled

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-08-28 01:55:28 +02:00 committed by GitHub
parent aa5dd6d6b3
commit 85063fcf48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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