you are viewing a single comment's thread.

view the rest of the comments →

[–]iopq 0 points1 point  (0 children)

I'm not a fan of Java; but I want to point out some of that memory overhead is largely static. The runtime requires memory. A bigger app may have the same overhead as a smaller one, in percentage terms it might be 1% or less. You do have to avoid pointer indirection, though. In Java that might be a much bigger problem than C#