On Fri, Jul 1, 2016 at 2:29 PM, Ian Lance Taylor <i...@golang.org> wrote:
> Current release of Go have a concurrent collector that does almost all
> of its work in parallel with your application.  If your application is
> allocating a lot of memory quickly, the collector works harder.  I
> don't know how well it would work for you, but I wouldn't worry about
> the 10ms GC time.  That is a goal; the GC generally does much better
> than that in reality.

I'd actually completely forgotten about the concurrent collector; it's
been a while since I've looked at the GC code. Looking forward to
seeing how this manages large work loads even more now; no pressure
simran :)

—Sam

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to