On 26 May 2013 17:05, Nguyên Nguyễn Văn Cao wrote:
The Go GC is great, so we can go around and throw garbage everywhere?
Thanks!
The Go GC is great, so we can go around and throw garbage everywhere?
Thanks!
Just because the GC will (usually [1]) find unreferenced items and
make the space available again doesn't mean that you should
make lots and lots of items unreferenced for it to look for: GC
isn't free.
Chris
[1] Conservative collector is conservative.
--
Chris "allusive" Dollin
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.