Faster than Memcpy
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore optimization techniques for high-performance image processing in this code::dive 2019 conference talk. Delve into optimization patterns and pitfalls encountered in industrial machine vision software, where algorithms must operate faster than memory copy. Learn about efficient multi-threaded code and optimal SIMD instruction usage for the x86-64 architecture. Discover how to achieve real-time performance in image processing algorithms, going beyond computational complexity analysis. Gain insights from speaker Mateusz Brzeszcz, an experienced software developer specializing in real-time image processing algorithms.
Syllabus
Intro
Measuring
Vectorization
Filtering
Questions
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube