Hacker News new | ask | show | jobs
by drewnoakes 2153 days ago
Why not?
1 comments

Because in a garbage collected language, most of the time you have little to no control over how and when the garbage collection takes place, and how long it will take.

That's the reason you won't see a Java-based pacemaker anytime soon.