> >From my understanding, using the modulename.functionname will slow down the > python performance. For a big simulation, it may not be a good idear.
The slowdown is very small (I'd say inferior to a ms), it's nothing compared to the way you're doing your computations. Matthieu -- French PhD student Information System Engineer Website: http://matthieu-brucher.developpez.com/ Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92 LinkedIn: http://www.linkedin.com/in/matthieubrucher _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
