Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-11-29 6:12
...is the fastest string search function:
http://www.codeproject.com/Articles/250566/Fastest-strstr-like-function-in-C
The best part is that it takes advantage of free unaligned access in x86. Try doing that with your braindead RISCs!
http://www.codeproject.com/Articles/250566/Fastest-strstr-like-function-in-C
The best part is that it takes advantage of free unaligned access in x86. Try doing that with your braindead RISCs!