Hacker News new | past | comments | ask | show | jobs | submit login

The serial and parallel GCs are best used for applications that care more about throughput than latency (pauses). If you only have one CPU core, running multiple threads isn't going to speed up the GC cycle. The parallel collector just adds overhead due to context switching among threads.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: