Y
Hacker News
new
|
ask
|
show
|
jobs
by
henrikeh
2288 days ago
I’m not well-versed at all in Go and Kubernetes? Isn’t the large RAM usage from the usage of containers? Is Go a memory-hog?
1 comments
MrBuddyCasino
2288 days ago
Its a GC language, so yes it needs more than C++, but less than Java. I believe that is because often structs can live on the stack.
link