various speed improvements
commit4ddfde01efe9406add6ab4274df4c41fd2df99ed
authorMichael J Gruber <conformal@drmicha.warpmail.net>
Thu, 3 Mar 2011 13:55:03 +0000 (3 14:55 +0100)
committerMichael J Gruber <conformal@drmicha.warpmail.net>
Thu, 3 Mar 2011 13:59:00 +0000 (3 14:59 +0100)
tree3941e235054ac3371d0ec2a465f19b26acdb5d80
parent6e20369cf6687747e2104297d62cda42fc24e773
various speed improvements

* cmath.log gives all we need (log mod, arg)
* append/extend lists rather than += sequences
* preallocated indexed arrays are no better
* local methods are no better

In summary, 24s -> 16s for 512x512 plot of w=z
conformal.py