Tagged Questions
5
votes
4answers
549 views
Why does Psyco use a lot of memory?
Psyco is a specialising compiler for Python. The documentation states
Psyco can and will use large amounts of memory.
What are the main reasons for this memory usage? Is substantial memory ...