[Tutor] Stackless Python vs pyco vs OS?

Anthony Barker abarker@xminc.com
Sun, 22 Sep 2002 11:37:38 -0400


I still don't 100% understand stackless python

OK it doesn't use the C stack
It is faster for doing recursion
and a bit faster overall

Why else would someone use it?

Async I/0
Microthreads

Wouldn't this be better in the OS level? The 2.5x linux kernel contains 
support for both those things.


What about psyco - wouldn't that have much of the same effect?

Anthony