Marcin 'Qrczak' Kowalczyk wrote: > Reference counting is inefficient, doesn't by itself handle cycles, > and is impractical to combine with threads which run in parallel. The > general consensus of modern language implementations is that a tracing > GC is the future. How is reference counting inefficient? Cheers, Brian