Changes between Version 4 and Version 5 of PsycoMiddleware


Ignore:
Timestamp:
Feb 23, 2007, 11:16:54 AM (17 years ago)
Author:
Mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PsycoMiddleware

    v4 v5  
    1515}}}
    1616
    17 Note that this should only be used on 32bit systems. See http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks .
     17Note that you can use `psyco.full()` instead of `psyco.profile()`. See http://psyco.sourceforge.net/psycoguide/node8.html
    1818
    19 One possible way to determine this automatically:
     19'''Note that Psyco should only be used on 32bit systems'''. See http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks .
     20
     21One possible way to determine the architecture automatically:
    2022{{{
    2123#!python
Back to Top