[Shootout-list] Garbage Collection to improve efficiency was Re: Stuff

Shae Matijs Erisson shae@ScannedInAvian.com
Mon, 25 Apr 2005 20:03:00 +0200


Pascal Obry <pascal@obry.net> writes:

> I certainly do not agree. A garbage collector is certainly slower than a
> simple hand-written reference counter. And I don't see why a garbage
> collector would make an algorithm implementation faster !!!!

There's also region allocation which is faster than manual step-by-step
allocation because you can prove at compile time that a large contiguous chunk
of memory can be deallocated all at once when a certain computation finishes.
-- 
Programming is the Magic Executable Fridge Poetry, | www.ScannedInAvian.com
It is machines made of thought, fueled by ideas.   | -- Shae Matijs Erisson