Hacker News new | ask | show | jobs
by lern_too_spel 1241 days ago
Compare C#'s colored functions to Java's Loom. .NET has only one GC implementation, so if it doesn't work for your use case (low latency), you have no choice but to migrate to a different platform.
1 comments

To be fair, I think they get around the lack of GC choices by rewriting slow paths to code that uses value types and low level code.