Tagged Questions

3
votes
2answers
127 views

Looking for a good replacement for Psyco (Python->C compiler)

We really like Psyco to speed things up, but it also has some drawbacks: it consumes too much memory it can also slow some code down compiling your code can take too much time it doesn't support ...
3
votes
3answers
809 views

Does using Psyco with django make any sense?

I know the benefits of Psyco for a Desktop app, but in a Web app where a process ( = a web page or an AJAX call) dies immediately after been fired, isn't it pointless ?