Re:For sharing: Memory copy routine
I'm copying 1400 bytes in a TCP/IP app. I did both memcpy and your routine one after the other, copying the same data. I toggled an output and connected a scope to that to do timing. 232uS vs. 36uS, a reduction by over 6 times! That is really cool.
login or register to reply
|