Stackless Python

Preferences Login Register Documentation Timeline wiki: WikiStart Start Page Index History Last modified 2 months ago Last modified on 02/08/2015 01:29:41 PM Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits: Improved program structure. More readable code. Increased programmer productivity. For all the convenience gained through using Stackless, there is really only a minimal amount of functionality exposed through the stackless module. You can get more familiar with these aspects by reading the nformation provided in the fo...

Linked on 2015-04-23 04:52:26 | Similar Links