Archive for the ‘Optimisation’ Category
Friday, October 3rd, 2008
[caption id="" align="alignleft" width="300" caption="Photo by NathanFromDeVryEET"][/caption]
We've covered the theory of optimisation and how to write a profiler in previous articles. This article is about specific optimisations that you can use to make your code go faster or use less resources.
Related posts:An introduction to code optimisation“Almost the square root of 2″ - ...
Posted in Optimisation | 2 Comments »
Friday, September 12th, 2008
[caption id="attachment_197" align="alignleft" width="300" caption="Photo by MNSC"][/caption]
Before doing any kind of optimisation it is important to find out where your program is spending its time. A lot of people have wasted a lot of time and written lots of unnecessary code because they thought they knew where to optimise. If ...
Posted in More advanced topics, Optimisation | No Comments »
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 ...
Posted in Optimisation | No Comments »