Skip to content
EntityQ1456066· pop 12· linked from 35 articles

Stackless Python

Sign in to save

alternative Python implementation

Source code

Link to the source-code README · 10,179 chars · not written by Vinony

Wikidata facts

Show 2 more facts
source code repository URL
github.com/stackless-dev/stackless
software version identifier
3.8.1-slp
Sources (5)

via Wikidata · CC0

Article · 中文

Stackless Python或称简称Stackless,是一个Python编程语言解释器,这么称呼的原因是它避免了依赖C调用栈为自己的堆栈。在实际中,Stackless Python使用了C堆栈,但是这个堆栈在函数调用之间是被清除的。Stackless Python的最突出特征是,它避免了与操作系统线程有关的大量开销。在Python特征之外,Stackless还增加了协程、通信通道和任务序列化。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories