Normal
c++ may be a little faster then C# but not that muchIf we want to make MP faster we should look what exactly is to slow right now according to you. Then see why it is slow and maybe to some refactoring to speed it up. I think we can get far more speedup from refactoring some code then by just converting everything to c++also c++ is not more stable then C#, you'll have todo all memory tracking yourself so memory leaks are very very easy to makeso, lets start the discussionwhich part(s) in MP do you find slow?Frodo
c++ may be a little faster then C# but not that much
If we want to make MP faster we should look what exactly is to slow right now according to you. Then see why it is slow and maybe to some refactoring to speed it up. I think we can get far more speedup from refactoring some code then by just converting everything to c++
also c++ is not more stable then C#, you'll have todo all memory tracking yourself so memory leaks are very very easy to make
so, lets start the discussion
which part(s) in MP do you find slow?
Frodo