Domanda di colloquio di StanSource

How do you make sure your code is Performance optimized?

Risposta di colloquio

Anonimo

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