|
If you're competing cycle for cycle, you will probably want to use some assembly. I would suggest writing it first using those library functions and if they turn out to be a slow piece of code, go back and change them. I think there will be other problems that will come up that will slow the code down much more. You would be better off spending your time on those than on the standard library functions.
|