|
|
|
|
|
by forrestthewoods
2460 days ago
|
|
I’ve shipped C++ games and Unity games. I have never spent more time managing memory than in C#. You have to jump through twisted, painful hoops to avoid the GC. Memory management is ultimately far simpler and easier in C++ than in C#. |
|