[PD] array copy speed test

Mathieu Bouchard matju at artengine.ca
Mon Jul 31 19:37:05 CEST 2006


On Sun, 30 Jul 2006, Hans-Christoph Steiner wrote:

> So I did a little speed test between C and Pd for doing an 
> array-to-array copying.  Pd didn't fair so well.  Can anyone thing of a 
> better algorithm for copying in Pd?

Is there a [tabread] that can read several values at once using several 
indices? I mean something like what [#store] does. But because it would 
use lists of atoms it wouldn't be so much faster (maybe twice). If you 
want something really fast, for arrays, look into the VASP library 
(by Thomas Grill).

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC Canada


More information about the Pd-list mailing list