| Author |
Go language-garbage collection
|
Varun Selvanathan
Greenhorn
Joined: Jun 17, 2012
Posts: 10
|
|
Is garbage collection available in Go language??
|
 |
Mark Summerfield
author
Ranch Hand
Joined: Jun 20, 2012
Posts: 37
|
|
Hi Varun,
Go has built-in garbage collection that seems to work better than Java's (no sudden halts when the garbage collector kicks in). In general, Go does not require the programmer to do any bookkeeping that is better done by the runtime system.
|
Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
|
 |
 |
|
|
subject: Go language-garbage collection
|
|
|