Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / programming / optimization

Optimization

optimization

Great Reads

by Michael Haephrati
We were asked to develop a piece of software which will select an optimal combination of sentences from e-books which will give the closest result to a set of targets for each character.
by Jian_Zhang
Democratizing AI with Intel-Optimized Software
by Stephane Capo
C++ optimization for map using string key among others
by Pravin baskaran
A python implementation of an ant colony optimization algorithm with offline pheromone update to solve ry48p, an asymmetric travelling sales man problem

Latest Articles

by Michael Haephrati
We were asked to develop a piece of software which will select an optimal combination of sentences from e-books which will give the closest result to a set of targets for each character.
by Jian_Zhang
Democratizing AI with Intel-Optimized Software
by Stephane Capo
C++ optimization for map using string key among others
by Pravin baskaran
A python implementation of an ant colony optimization algorithm with offline pheromone update to solve ry48p, an asymmetric travelling sales man problem

All Articles

Sort by Score

optimization 

by Bartlomiej Filipek
Experiments about compilation times and file structure in C++, using GCC, MinGW, Visual Studio.
by Sandeep Mewara
An optimization programming technique
by Bartlomiej Filipek
Several code changes that made my particle system faster: SIMD, random number generator, pointer aliasing, memory alignment
by Bartlomiej Filipek
In this post, I will test several compiler options and switches that could make the particle system run faster.
by Bernhard Nebel
Link-time optimization and debugging OO programs do not work very well together, at least on AVR MCUs.
by matt warren
In my previous post, I talked about some of the general performance lessons that can be learnt from the Roslyn project. This post builds on that and looks at specific examples from the code base.Generally the performance gains within Roslyn come down to one thing: Ensuring the garbage colle