Reputation: 18564
Is there a way to get the same sort of speedup on x64 architecture as you can get from psyco on 32 bit processors?
Upvotes: 3
Views: 1050
Reputation: 410722
No, unfortunately, Psyco only runs on 32-bit x86 right now.
Upvotes: 5