Skip to content

My research project involving the Mandelbrot set and libdispatch.h. Currently comparing sequential, POSIX threaded and libdispatch.h implementations.

Notifications You must be signed in to change notification settings

AaronW/MandelbrotResearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Programmer: Aaron Weinberger
Technical Advisor: Dr. Hastings
February 14, 2011 (Revised 2/21/2011)

This program is intended to be an investigation into the claimed efficiency and ease of use of Apple's Grand Central Dispatch (GCD), which is also available on non-apple operating systems under the name libdispatch.h

The program generates a PPM file at the location specified by the *fp pointer.  For now, users must manually modify this hard coded string to save the file to a proper location on their own machine.

About

My research project involving the Mandelbrot set and libdispatch.h. Currently comparing sequential, POSIX threaded and libdispatch.h implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages