[Python-Dev] Object free lists

"Martin v. Löwis" martin at v.loewis.de
Wed Jun 16 01:22:23 EDT 2004


Eric Huss wrote:
> #3 is a little nicer, at the cost of maintaining the counter (which should
> be negligible).
> 
> Thoughts?

I don't know if that has been considered, yet: in int_dealloc, you don't 
know what block an int belongs to. Therefore, changing the counter will
be difficult.

Regards,
Martin




More information about the Python-Dev mailing list