[PD] array copy speed test

chris clepper cgclepper at gmail.com
Tue Aug 1 16:10:52 CEST 2006


On 8/1/06, Tim Blechmann <TimBlechmann at gmx.net> wrote:

> well, memcpy is not optimized for:
> - chunks of 128bit
> - aligned memory ...

That's a problem with your libc then (OSX has no such problems and
Windows isn't that bad).  Any memcpy() not ready to handle the proper
sized cachelines and aligned memory is extremely poor.

cgc




More information about the Pd-list mailing list