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/074814.html below:

Python Performance vs. C++ in a Complex System

Python Performance vs. C++ in a Complex System Python Performance vs. C++ in a Complex SystemAahz Maruch aahz at panix.com
Sun Apr 15 18:31:46 EDT 2001
In article <yTnC6.671587$JT5.17930511 at news20.bellglobal.com>,
Elliott Chapin <echapin at sympatico.ca> wrote:
>
>So how does Python do context switching, [anybody]?

It depends on whether you use native Python threads or microthreads
built on top of Stackless Python.  Python threads are built on top of
OS-level threads, so the OS handles the context switch.  Microthreads
are built on top of continuations in Stackless, and an essentially
cooperative multi-tasker handles the context switches.
-- 
                      --- Aahz  <*>  (Copyright 2001 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het Pythonista   http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Why is this newsgroup different from all other newsgroups?

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