/mandelgo

My training repository for learning the basics of the Go language. Renders the Mandelbrot set quickly using many threads.

Primary LanguageGoMIT LicenseMIT

mandelgo

This is a short program that renders the mandelbrot set. It makes use of a few shortcuts as well as the easy concurrency of the Go language to be fast. This was my training project to learn the basics of Go.