On Thursday 06 July 2006, Travis Oliphant wrote:
> This can test the speed of the implementations.

With the latest modifications i get the following

Results (in usec per loop):
                                     sin-array            mod-array  
                                      use_scalarmath/use_pythonmath             
                       

 Numeric                                134                   18         
  
 numpy 0.9.8                             97                   55

 numpy 0.9.9.2764                      114/78                55/21
   
 numpy 0.9.8 + math                      38

 numpy 0.9.9.2764 + math                38/23
  
 Numeric + math                          23


The newest version seems to be faster then Numeric in all sin-array tests. 
Also the speed of mod-array has improved a lot.

Many thanks,
Steffen

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to