Click on image to zoom (but wait for the process to be
completed first)
Elpased times
#work. grid sz time(ms)
A few words...
This page is an example on how to share to computation of a
Mandelbrot set with Web Workers, a
javascript threading API. This page is derived from a post by James Henstridge
We focus here on being able to set parameters to split the task:
nb workers: the number of parallel threads launched
grid size: by how many rows and columns you divide your
screen
The goal is to illustrate howhe threads share the work, who does
what, the the overall time taken to complete the request.
Please feel free to contact me Alexandre Masselot
or re-use the stuff.