Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-oriented-design

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

How to deal with object deletion in continuous allocation?

data-oriented-design

How to create an efficient static hash table?

Branchless memory manager?

Cache-friendly memory access in tight physics and collision loops

Why is processing multiple streams of data slower than processing one?

How to apply DOP and keep a nice user interface?

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

How do I implement a data oriented design in Rust?

rust data-oriented-design

Data oriented design in OOP

c++ data-oriented-design

Is cutting if statements by using function pointers going to be more efficient?

C++ zero-cost abstraction for SoA/AoS memory layouts

Which one is faster ? Function call or Conditional if Statement?

Switching back and forth between Array of Structures (AoS) and Structure of Arrays (SoA)

If-statement vs function pointer

Understanding std::transform and how to beat it

Which is most cache friendly?

Data-oriented tree traversal without recursion

Data-oriented design in practice?

data-oriented-design