faster alternative to memcpy?

Posted by hatorade on Stack Overflow See other posts from Stack Overflow or by hatorade
Published on 2010-06-03T07:05:33Z Indexed on 2010/06/03 7:14 UTC
Read the original article Hit count: 287

Filed under:
|
|
|

I have a function that is doing memcpy, but it's taking up an enormous amount of cycles. Is there a faster alternative/approach than using memcpy to move a piece of memory?

© Stack Overflow or respective owner

Related posts about c

    Related posts about speed