Latests articles in Optimization
Performance Tuning of Code
Tutorial posted June 11th, 2008 by cheers in
If an application runs and performs all required task for the user or client, doesn’t means that it is complete in all the sense. Using performance analysis tools like profiler we can find out how our application is performing internally means in terms of speed, memory usage and power utilization. There are lots of issues which can reduce performance of your application; and here is a list of some of them
Optimization of real-time video processing on Nokia N95 smartphone
Tutorial posted January 16th, 2008 by VoblinTo work with real-time video one needs at least two things - direct access to bitmaps and fast way to get frames from a video camera. To achieve the first goal one needs to keep in mind that Bitmaps are located on a shared heap that needs to be locked before any direct access can safely take place.
Application Size Optimisation in Mobile Environment
Tutorial posted June 11th, 2003 by heikkipora in
This paper studies methods, practices and patterns that lead to smaller software. It explores concrete means for software size optimisation on the Symbian Platform. The focus is on C++ software that is designed to run on mobile phones and other wireless devices.





