[Solved] Dynamic memory allocation in game server [closed]
In the real world, dynamic allocation is slower than automatic allocation. That’s true — at least in general. That doesn’t mean that dynamic allocation is too slow. The only way to determine that is to profile your code. Until you have done that, it is impossible to say that you should abandon dynamic allocation because … Read more