Informal results of moving from 32-bit Ubuntu 12.04 to 64-bit Ubuntu 12.10.
I was only interested in floating point performance for the suite of unit tests for this code:
http://code.google.com/p/pyeq2/downloads/listwhen runfrom a command line and had no interest in other results. I was hoping for performance improvements both from the Ubuntu changes to the numerical libraries I use, numpy and scipy, and improved virtual CPU performance due to 64-bit matrix vectorization.
The test suite repeatedly runs in 3/4 of the previous minimum total elapsed time.
I made sure to run the test suite repeatedly on different days and look for the minimum time, rebooting into different 32/64 bit disk images and re-rerunning the test suite. The results were sufficiently convincing for me to make the switch.
James