Data-oriented design
Topic history | v1 (current) | created by jjones
Details
Data-oriented design
see v1 | created by jjones | Add topic "Entity component system (ECS)"
- Title
- Data-oriented design
- Description
- In computing, data-oriented design is a program optimization approach motivated by efficient usage of the CPU cache, used in video game development. The approach is to focus on the data layout, separating and sorting fields according to when they are needed, and to think about transformations of data. Proponents include Mike Acton, Scott Meyers, and Jonathan Blow. The parallel array (or structure of arrays) is the main example of data-oriented design. It is contrasted with the array of structures typical of object-oriented designs.
- Link
- https://en.wikipedia.org/?curid=50786173
resources
treated in Data-Oriented Design
treated in Data Oriented Design Resources
authors
This topic has no history of related authors.