Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You actually want GC pauses in a challenge like this, because it's a pure batch problem with no latency constraints at all (like a compiler). When that's the case you can use GC algorithms that are optimized for throughput rather than pause times, and things will go faster.

It probably won't make much difference on this problem for various reasons, but normally that's the case.



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

Search: