In this post we investigate how we can improve the performance of our memory-intensive codes through changing the memory layout of our performance-critical data structures.

In this post we investigate how we can improve the performance of our memory-intensive codes through changing the memory layout of our performance-critical data structures.
We investigate how memory consumption, dataset size and software performance correlate…
In this post we present key concepts of software performance engineering.
We investigate why software gets slower as new features are added or data set grows and what can you do about it.
We talk about how to speed up your program if your program is taking time to allocate or release memory.