|
|
|
|
|
by Bognar
497 days ago
|
|
Agree. We're using C# in the backend for an MMO, and while I would still like _more_ control over the memory management, there's a ton of options for dropping down to a low level and avoiding the GC. Stuff like ReadOnlySpan and IMemoryOwner are awesome to have as built-in language concepts. |
|