C# Job Systems

1 min. read

Use Structs instead of Classes to avoid jumping around in memory

Split data based on functionality and not objects

Data Oriented design instead of Object Oriented Design

No virtual functions

References
https://www.youtube.com/watch?v=tGmnZdY5Y-E&t=155