Learn how to write faster programs
#1 Speed up loops with calls to mathematical functions
#2 Speed up loops with conditionals
#3 Speed up matrix-processing loops
#4 Take advantage of additional CPU cores in your CPU
#5 Take advantage of additional CPU cores – reductions
#6 Take advantage of additional CPU cores – histograms
- Using simple real-world examples
- Measuring speedup
- Demonstrating how our tool Codee can help you automate the task of finding and fixing the performance problems in your code.
Meet the speaker

Software Engineer and Performance Expert-Blog writer at Codee
Senior Software Engineer with 10 years of experience active in the domain of Linux and bare-metal based embedded systems. His professional focus is application performance improvement – techniques used to make your C/C++ program run faster by using better algorithms, better exploiting the underlying hardware, and better usage of the standard library, programming language, and the operating system.
Watch the webinar
Start building performance into code from day one