(no title)
mrsmrtss | 2 months ago
That is just nonsense. Go may beat C# in memory consumption, but even that is a close call if you use AOT. C# is arguably the fastest GC based language there is: https://benchmarksgame-team.pages.debian.net/benchmarksgame/... This was already so before .NET10, which brought many more optimizations: https://devblogs.microsoft.com/dotnet/performance-improvemen...
No comments yet.