StackOverflow Questions for Tag: data-oriented-design

csguth
csguth

Reputation: 576

How to use std::vector<std::tuple<A,B>> to manage memory (resize, reserve,...), but actually keeping the As before the Bs, contiguously

Score: 0

Views: 758

Answers: 3

Read More
bob
bob

Reputation: 115

Data Oriented Design and Cache Locality

Score: 1

Views: 432

Answers: 0

Read More
1mcrazy
1mcrazy

Reputation: 33

What's the difference between Data Oriented and Data Driven Programs?

Score: 3

Views: 2999

Answers: 1

Read More
user24205
user24205

Reputation: 502

Data Oriented Design Algorithm Implementations

Score: 1

Views: 96

Answers: 0

Read More
Paul Renton
Paul Renton

Reputation: 2670

C++ choice of pass by value vs pass by reference for POD math structure classes for high performance applications considering cache coherency

Score: 3

Views: 392

Answers: 1

Read More
Kevin
Kevin

Reputation: 43

Performance drop when adding memory that is not used

Score: 3

Views: 143

Answers: 1

Read More
Vittorio Romeo
Vittorio Romeo

Reputation: 93264

Understanding cache-friendly, data-oriented objects and handles

Score: 18

Views: 5331

Answers: 7

Read More
Optimum
Optimum

Reputation: 146

How To Copy Nested Table Values on Matching Keys

Score: 0

Views: 110

Answers: 1

Read More
lenerdv
lenerdv

Reputation: 197

initialize a union with template parameter packs

Score: 0

Views: 403

Answers: 0

Read More
Random Citizen
Random Citizen

Reputation: 1374

GLSL: Array of Structs vs Struct of Arrays in OpenGL Buffers

Score: 5

Views: 4598

Answers: 1

Read More
yueyi27
yueyi27

Reputation: 1

Question about data access control in game programming with ECS (Entity-Component-System)

Score: 0

Views: 166

Answers: 1

Read More
Amuoeba
Amuoeba

Reputation: 786

How to get ComponentDataFromEntity to a parallel job in Unity ECS?

Score: 2

Views: 4160

Answers: 1

Read More
nooxouille
nooxouille

Reputation: 59

Dynamically generate interface using ScriptableObjects

Score: 1

Views: 169

Answers: 0

Read More
CosmicGiant
CosmicGiant

Reputation: 6441

What are the disadvantages of the ECS (Entity-Component-System) architectural pattern, compared to OOP (or other paradigms)?

Score: 11

Views: 8297

Answers: 2

Read More
falstro
falstro

Reputation: 35657

Data-oriented design in practice?

Score: 26

Views: 10763

Answers: 2

Read More
Gzp
Gzp

Reputation: 161

Using entity component system how to ensure at most one component exist (per entity) from a group of component types?

Score: 0

Views: 249

Answers: 1

Read More
danielmathias
danielmathias

Reputation: 11

How can I iterate over two arrays that share a common property?

Score: 0

Views: 84

Answers: 0

Read More

Using dedicated thread to update particles degrades performance

Score: 1

Views: 95

Answers: 0

Read More
user7048002
user7048002

Reputation:

Intuition about memory layout for fast SIMD / data oriented design

Score: 3

Views: 1521

Answers: 4

Read More
krakers
krakers

Reputation: 111

Interfaces in data oriented design

Score: 6

Views: 2208

Answers: 1

Read More
PreviousPage 2Next