Optimizing Mandelbrot Fractal Rendering - Brute Force Processing Strategies
Offered By: javidx9 via YouTube
Course Description
Overview
Explore strategies to improve rendering speed of a Mandelbrot Fractal in this 53-minute video. Begin with naive assumptions and progress through optimizing the algorithm, utilizing vector co-processing, and implementing threads and thread-pools to maximize CPU performance. Examine techniques such as escape time and release time algorithms, standard complex components, vector extensions, intrinsics, and threading. Dive into the code implementation and explore the fascinating world of fractals while learning advanced optimization techniques for computational graphics.
Syllabus
Intro
Fractals
Escape Time Algorithm
Release Time Algorithm
Optimizations
Standard Complex Components
Vector Extensions
Intrinsics
Code
Threading
Thread Pool
Exploring Fractal
Outro
Taught by
javidx9
Related Courses
Android Threads: Getting StartedPluralsight Threading in C#
LinkedIn Learning Modern C++ Concurrency in Depth ( C++17/20)
Udemy Java EE: Concurrency and Multithreading
LinkedIn Learning Parallel and Concurrent Programming with C++ Part 2
LinkedIn Learning