2007/11/13, Hellwig Geisse <[EMAIL PROTECTED]>:
> 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
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to