faster alternative to memcpy?
00:52 03 Jun 2010

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?

c performance memcpy