Hacker News new | ask | show | jobs
by kroltan 1244 days ago
Yeah, Java's reply to performance was "let's make the GC better", C#'s was "let's make the GC optional". I don't think it was a strictly conscious decision (generics were reified long before XNA was even an idea), but for low-level game development it is imperative to have predictable memory usage and control.