Front page | perl.perl6.language |
Postings from February 2001
Re: JWZ on s/Java/Perl/
From:
Branden
Date:
February 5, 2001 06:38
Subject:
Re: JWZ on s/Java/Perl/
Message ID:
OE57WiGtXsL1c00goZo00002658@hotmail.com
Piers Cawley wrote:
>"Branden" <branden_p6@hotmail.com> writes:
>> Of course, C++ has no GC, which is a good thing, but you can always
>> fake it with Refcounts, which is much more efficient, and easily
>> feasable with C++.
>
>Err... current research shows that the refcount approach is one of the
>slowest forms of GC, and it doesn't even do the job properly.
>
>--
>Piers
I actually don't understand how traversing a graph can be faster than
incrementing/decrementing/testing for zero on a refcount. I believe you, but
I just don't understand. Could you point me to some URLs that talk about
this?
Thanks alot,
- Branden