Daily Archives: 6.3.2009

Memory optimisations

Often underestimated, memory allocations and copying can be a serious performance problem. Especially when using STL containers, which often allocate memory “behind your back”, the memory usage can become difficult to predict, resulting in non-obvious performance problems. There are many … Continue reading

Posted in Programming | Tagged , | 3 Comments