A couple garbage collector questions

Daniel Dittmar daniel.dittmar at sap.com
Tue Apr 3 04:02:39 EDT 2001


> Something nobody has mentioned yet is that RC is cache-friendly,
> whereas pure M&S is quite cache-hostile. This is important

But RC is quite thread hostile (as you have to lock on increment/decrement).
Not a problem in current Python because of the global lock, but possibly
limiting in the future.

Daniel

--
Daniel Dittmar
daniel.dittmar at sap.com
SAP DB, SAP Labs Berlin
http://www.sapdb.org/






More information about the Python-list mailing list