Borked Pseudo Mailed <nobody <at> pseudo.borked.net> writes: > > Hello, > > Is there any interest in generational garbage > collection > in Python these days ? > > Anyone working on it ?
The PyPy project has implemented more GC's than you want to think about including a ref counting gc, mark-sweep, and several generational GCs and have received excellent performance from them. You should look at their new beta release. -- http://mail.python.org/mailman/listinfo/python-list