Can you recommend me a book that covers optimization of arrays based operations? [closed]
Questions as开发者_开发技巧king us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionCan you recommend me a book or a resource that covers optimization techniques for array based operations (loops with inner loops etc.)? (in C# would be great!)
This book looks to be just what you are looking for:
http://www.amazon.com/Numerical-Methods-Algorithms-Tools-C/dp/0849374790
Before you purchase a book, however, I would review these links, since they offer a wealth of knowledge:
http://www.dotnetperls.com/algorithm
http://www.dotnetperls.com/optimization
精彩评论