Stackless Python

Stackless Python

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5114-4402-4

High Quality Content by WIKIPEDIA articles! Stackless Python, or Stackless, is a Python programming language interpreter, so named because it avoids depending on the C call stack for its own stack. The most prominent feature of Stackless is microthreads, which avoid much of the overhead associated with usual operating system threads. In addition to Python features, Stackless also adds support for coroutines, communication channels and task serialization.