alecthomas / entityx

EntityX - A fast, type-safe C++ Entity-Component system
MIT License
2.21k stars 295 forks source link

Does this project have DOP optimization? #253

Closed jiannanya closed 1 year ago

jiannanya commented 1 year ago

Hi, its a great project! But As the title says, I still want to know, does this project have DOP(data oriented programming)optimization? I want to know if there are bench marks for speed test so far. Appreciate.

alecthomas commented 1 year ago

The implementation details are discussed here.