A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-list/2001-April/092394.html below:

A couple garbage collector questions

A couple garbage collector questions A couple garbage collector questionsGreg Ewing greg at cosc.canterbury.ac.nz
Tue Apr 3 00:02:51 EDT 2001
Kragen Sitaker wrote:
> 
> Reference-counting exacts very heavy performance costs, no matter what
> you back it up with.

Something nobody has mentioned yet is that RC is cache-friendly,
whereas pure M&S is quite cache-hostile. This is important
now that most machine architectures are heavily reliant
on cacheing for good performance, and I believe that it is
one of the main reasons for retaining RC alongside the new
GC mechanisms.

The other reason is backwards compatibility with existing
extension modules.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg

More information about the Python-list mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4