Changes between Version 4 and Version 5 of PsycoMiddleware
- Timestamp:
- Feb 23, 2007, 11:16:54 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PsycoMiddleware
v4 v5 15 15 }}} 16 16 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 .17 Note that you can use `psyco.full()` instead of `psyco.profile()`. See http://psyco.sourceforge.net/psycoguide/node8.html 18 18 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 21 One possible way to determine the architecture automatically: 20 22 {{{ 21 23 #!python