[computer-go] Language
Andrés Domínguez
andresdju at gmail.com
Tue Nov 13 13:43:53 PST 2007
2007/11/13, Hellwig Geisse <Hellwig.Geisse at mni.fh-giessen.de>:
> On Mon, 2007-11-12 at 20:17 -0800, steve uurtamo wrote:
> > C
> > garbage collection: free().
>
> Well, that's not garbage collection.
Ok, Java don't have garbage collection: don't close open files, sockets
etc. only frees memory (maybe never) but nobody knows when or why.
The only thing sure is that don't free memory with refereces. That is
easy to do with C, don't use free().
> > very fast.
>
> And it's not fast either. Free() has a reputation of being
> slow,
Then use gc().
Andrés
More information about the computer-go
mailing list