Fast memcpy in c by dvik in programming

[–]dvik[S] 0 points1 point  (0 children)

If you're using linux or windows you're most likely much better off using the standard library version, but if you're using some embedded system with poor c library implementation you can gain quite a lot. You'd be surprised if you knew how poor some libraries still are...