Skip to content

A concurrent Mandelbrot set plotter (from Programming Rust)

Notifications You must be signed in to change notification settings

mdouglasbrett/mandelbrot-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbot Set Plotter

Pass 1 (single threaded):

user system real
3.57s 0.01s 3.59s

Pass 2 (concurrent):

user system real
4.10s 0.01s 1.37s

TODO:

  • Move from greyscale to colour

About

A concurrent Mandelbrot set plotter (from Programming Rust)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages