Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 283 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 283 Bytes

mandelbrot-goroutines

This small project is an attempt at optimizing a mandelbrot plotter using chunking and goroutines as a means of parallelism

Building and running

Build with go build -o ./bin/mandelbrot ./cmd/main.go

Run with ./bin/mandelbrot