Monday, July 11, 2016

Useful resources for code Optimization (C/C++/Assembly)


Here some references I find useful when it comes to code optimizations in C++

  • A case for strlen (32 bit only!) :  Just to start with a basic example!
 http://strchr.nfshost.com/optimized_strlen_function 


No comments:

Post a Comment

Your comment will be visible after approval.