os-tutorial icon indicating copy to clipboard operation
os-tutorial copied to clipboard

Update string.c

Open Cyberguru1 opened this issue 2 years ago • 1 comments

K&R fast implementation of reverse

Cyberguru1 avatar Oct 09 '22 10:10 Cyberguru1

Could you elaborate on why the implementation you are suggesting is faster? 🤔 From my understanding it does the same amount of iterations, but some extra work due to the "reverse indexing".

I put it in compiler explorer with -O3 to see the exact differences, see for yourself: https://godbolt.org/z/1d34bc9f6

marcluque avatar Oct 29 '22 13:10 marcluque