kgorking/ecs

Prevent char& and std::byte& in systems due to aliasing

kgorking opened this issue · 1 comments

In c++ these two types can alias to all other types, which will negatively impact performance

This seems like a user issue.