Understanding Performance Algorithm: Determines number of operations executed. ex) sorting, matrix multiply Programming language, compiler, architecture: Determine number of machine instructions executed per operation Programming language: ex) Using object oriented language, you may require accessing memory multiple times when accessing data. Compiler: This is because the degree of optimization ..