|
|
|
|
|
by materielle
605 days ago
|
|
I’m curious how Go stacks up against C# and Java these days. “Less languages features, but a better compiler” was originally the aspirational selling point of Go. And even though there were some hiccups, at least 10 years ago, I remember that mainly being true for typical web servers. Go programs did tend to use less memory, have less GC pauses (in the context of a normal api web server), and faster startup time. But I know Java has put a ton of work in to catch up to Go. So I wonder if that’s still true today? |
|