Pregunta de entrevista de StanSource

How do you make sure your code is Performance optimized?

Respuesta de la entrevista

Anónimo

12 jun 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