Stackless Python
Sign in to savealternative Python implementation
Wikidata facts
- Instance of
- interpreter
- Official website
- github.com/stackless-dev/stackless/wiki
- Has use
- interpreter
Show 8 more facts
- copyright license
- Python Software Foundation License
- operating system
- Linux
- source code repository URL
- github.com/stackless-dev/stackless
- programmed in
- Q15777
- implementation of
- Python
- software version identifier
- 3.8.1-slp
- dialect of computer language
- Python
- used by
- Python
via Wikidata · CC0
Article · 中文
Stackless Python或称简称Stackless,是一个Python编程语言解释器,这么称呼的原因是它避免了依赖C调用栈为自己的堆栈。在实际中,Stackless Python使用了C堆栈,但是这个堆栈在函数调用之间是被清除的。Stackless Python的最突出特征是,它避免了与操作系统线程有关的大量开销。在Python特征之外,Stackless还增加了协程、通信通道和任务序列化。
Abstract from DBpedia / Wikipedia · CC BY-SA