
Code Performance And Tuning
.The interview with Robert Cooke wraps up with a discussion about code performance and tuning. These appear to have gone out of style but have not. There is a value in building tighter code that performs well even while we see more powerful systems. Likewise, we have seen the amount of data processed increase exponentially. That offsets the power of systems as minor improvements are multiplied by the number of iterations. Incremental Code Performance And Tuning There is value in taking an incremental approach to code performance and tuning. We get to work from a known point that is functionally correct and a basis for metrics. These combine to provide us not only a test bed for comparing results. They... Read more