[Numpy-discussion] numpy/numexpr performance (particle simulation)

Ian Mallett geometrian at gmail.com
Mon Jun 29 12:49:18 EDT 2009


As an off-topic solution, there's always the GPU to do the the particle
updating.  With half decent optimization, I've gotten over a million
particles in *real-time*.  You could presumably run several of these at the
same time to get as many particles as you want.  Downside would be
ease-of-implementation...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090629/1db14396/attachment.html>


More information about the NumPy-Discussion mailing list