I have been trying to generate Newton's method fractals of Jacobi theta functions -- my attempts with mpmath take a long time, so I tried coding it in C.
The source used to generate the following image is here: http://owen.maresh.info/allegra.c and will compile with a gcc allegra.c -o allegra -lm and then should be invoked as ./allegra > jacobi.pnm

so: * Are there ways that I can speed up evaluation -- this took over a half hour of wall time to produce this image? (I would like to be able to produce these images quickly with different nomes so that I can make a movie) * I know that I'm making a mistake in the theta function definition, but I'm having difficulty finding the cause of the discontinuities.
For reference purposes, this image was produced by doing the standard Newton's method on ϑ3(z,0.001-0.3019*i)
clangC compiler than with their gcc. – Brian Swift Apr 14 '12 at 19:41iccis a great idea. I curious how much improvement you see with it overgcc. – Brian Swift Apr 14 '12 at 23:47