mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-08 00:28:41 +00:00
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
aa5dd6d6b3
commit
85063fcf48
|
|
@ -33,7 +33,7 @@ When writing code keep the following topics in mind:
|
||||||
* Signed vs unsigned
|
* Signed vs unsigned
|
||||||
* Threading
|
* Threading
|
||||||
* Cost of abstractions
|
* Cost of abstractions
|
||||||
* atomics vs locking (mutex)
|
* atomics vs locking (mutex) vs producer/consumer
|
||||||
* Cache line sharing between CPU cores
|
* Cache line sharing between CPU cores
|
||||||
|
|
||||||
### Branching / Branchless programming
|
### Branching / Branchless programming
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user