Relative Content

Tag Archive for c++optimization

Tips on how to optimize wu drawing algorithm

I need to optimize the following function with low level optimizations (No SIMD, Multi threading). I already applied a lot of optimizations and got it ~65% faster but it is possible to get it 200% faster. I am practicing on code optimization, some explaination would be welcome.