StanSource interview question

How do you make sure your code is Performance optimized?

Interview Answer

Anonymous

12 June 2012

The answer to this question can be very elaborate. We need to pick and choose what are the key points for performance optimization. Read with binary search, clearing variables, not using select within a loop and finally doing an EPC check.

2