Skip to content

Optimising Mandelbrot set calculations using multiprocessing and multithreading

Notifications You must be signed in to change notification settings

sacrarat/mandelbrot-optimisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-optimisation

Optimising Mandelbrot set calculations using multiprocessing and multithreading

part1b-mandelbrot.c optimised through multiprocessing.

To compile gcc part1b-mandelbrot.c -o 1bmandel -l SDL2 -l m

part2-mandelbrot.c optimised through multithreading.

To compile gcc part2-mandelbrot.c -o 2mandel -l SDL2 -l m -pthread

Dependency - SDL2 library

About

Optimising Mandelbrot set calculations using multiprocessing and multithreading

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages