Reference counting garbage collection

Chris Tavares ctavares at develop.com
Thu Aug 23 04:05:04 EDT 2001


"Alex Martelli" <aleax at aleax.it> wrote in message
news:9m01um01dcc at enews3.newsguy.com...
[... snip ...]
> unpredictable time.  People used to RC's strengths have
> a hard time adapting to the "whenever I get around to
> it" attitude of mark-and-sweep GC -- witness the furious
> debate among long-time COM programmers when they learned
> that .NET would NOT use reference counting but rather
> mark-and-sweep (so, no guaranteed finalization time).
>

Actually, .NET uses a generational copying collector, NOT a mark & sweep
collector. Just to be pedantic. :-)

-Chris





More information about the Python-list mailing list