A couple garbage collector questions

Joshua Marshall jmarshal at mathworks.com
Wed Apr 4 09:54:24 EDT 2001


Dan Sugalski <dan at tuatha.sidhe.org> wrote:
...

> There are also a number of other versions of the traditional M&S that are
> more responsive and more cache friendly too. (Generational garbage
> collectors are rather nice)

Or stop-and-copy collectors in general, which don't need to touch
every object like mark-sweep collectors do.



More information about the Python-list mailing list