View Single Post
Old Jun 6th, 2006, 2:09 PM   #17
Harakim
Hobbyist Programmer
 
Join Date: May 2006
Location: West Jordan, Utah, United States
Posts: 176
Rep Power: 3 Harakim is on a distinguished road
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.
Harakim is offline   Reply With Quote