Python complaints

Gareth McCaughan Gareth.McCaughan at pobox.com
Fri Nov 26 17:36:36 EST 1999


Markus Stenberg wrote:

[I said:]
>> Garbage collectors have got a *lot* better since the days when
>> GC meant half-second pauses waiting for the machine to sweep
>> through all its memory. Let alone 20 seconds.
> 
> Where can I admire such a beast? At least none of the Java
> implementations(*) I have tried(**) have one. say, for 128MB of trash, it's
> consistent N second sweep (0.5-10, depending on hardware).

In a modern Lisp implementation. Modern Smalltalks are probably
just as good. (Unfortunately, "modern" might have to imply
"commercial" here; I'm not sure of the quality of the GC in
the various free implementations of those languages.)

-- 
Gareth McCaughan  Gareth.McCaughan at pobox.com
sig under construction




More information about the Python-list mailing list