Real-world Python code 700 times slower than C

Skip Montanaro skip at pobox.com
Tue Jan 8 18:28:41 EST 2002


    Cliff> "In fact, while the x86 wont kill your program for misaligned
    Cliff> data, accessing that data will slow your program down...."

That's almost certainly not the problem here.  I'm pretty certain that all
malloc packages available to Python have been trained in the art of data
alignment.

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)




More information about the Python-list mailing list