Archive for the ‘Optimisation’ Category

An introduction to code optimisation

Friday, September 5th, 2008

[caption id="attachment_173" align="alignleft" width="300" caption="Photo by Ethan Hein"][/caption] In this post, we're going to introduce the concept of code optimisation.  We'll present the big picture of what it is, why it's important, and cover the main things you need to consider when thinking of optimising your code.  Optimisation is the ...