Hacker News new | ask | show | jobs
by vitalyd 3969 days ago
Indeed, they have good marketing :). Don't get me wrong, I think Azul and its C4 GC is very nice. However, beyond some absolute best case on smallish heaps, I do not see it hitting guaranteed 20 micros on large server heaps. Also, Azul sacrifices some throughput in favor of minimizing GC latency, which is fine as most things need tradeoffs but should be mentioned (G1 also has lower throughput than parallel due to heavier write barriers).
1 comments

The Azul guys told me they treat any pause > 20us (or maybe 40us, I don't remember exactly) as a bug.