mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-05 15:28:41 +00:00
Update cpp.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
2066a6093f
commit
129537c646
|
|
@ -28,6 +28,10 @@ When writing code keep the following topics in mind:
|
||||||
* Array of Structs vs Struct of Arrays
|
* Array of Structs vs Struct of Arrays
|
||||||
* SIMD
|
* SIMD
|
||||||
* Choosing correct data types
|
* Choosing correct data types
|
||||||
|
* Data Type Sizes (e.g. 32 bit vs 64 bit)
|
||||||
|
* Containers (e.g. arrays vs vectors)
|
||||||
|
* Signed vs unsigned
|
||||||
|
* Threading
|
||||||
|
|
||||||
## Namespace
|
## Namespace
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user