5 ms·
Writing everyday code, Go compiled binaries are on average more performant than C#.
by fear91 3y ago
Writing everyday code, Go compiled binaries are on average more performant than C#.
- jayd16 3y agoNot really true. ...but the .NET runtime has a higher memory floor. It's a lot easier to write very small apps in Go. New versions are working on stripping in AOT builds but it's still very much a work in progress