Tags: Programming Language.

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.

Loading...

This page contains content from the copyrighted Wikipedia article "Stackless Python"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.