<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>examples/bounded_space_mandelbrot.ml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,4 +11,4 @@
 *.results
 test/unit/auto_t*
 test/run_unit_tests*
-examples/blurred_mandelbrot
+examples/*_mandelbrot</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -7,8 +7,9 @@ OCAMLPACKS[] = unix pcre netstring bigarray graphics
 OCAMLINCLUDES += $(ROOT)/src
 
 OCamlProgram(blurred_mandelbrot, blurred_mandelbrot $(ROOT)/src/prelude)
+OCamlProgram(bounded_space_mandelbrot, bounded_space_mandelbrot $(ROOT)/src/prelude)
 
-.DEFAULT: blurred_mandelbrot
+.DEFAULT: blurred_mandelbrot bounded_space_mandelbrot
 
 .PHONY: clean
 </diff>
      <filename>examples/OMakefile</filename>
    </modified>
    <modified>
      <diff>@@ -27,6 +27,9 @@ let draw_fractal xoff yoff w h =
   Blur the bytestring image a using a two-pass box blur.
   The size of the box is controlled by the image b.
   Both passes are done with a parallel bytestring init.
+
+  The time here seems to be dominated by IPC,
+  so expect very small speedups (&lt;10%.)
 *)
 let blend a b w h =
   let c = bpinit (fun i -&gt;</diff>
      <filename>examples/blurred_mandelbrot.ml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a6ee2ce827e2c4b7a3649157a16a9ebe53e74a0</id>
    </parent>
  </parents>
  <author>
    <name>Ilmari Heikkinen</name>
    <email>ilmari.heikkinen@gmail.com</email>
  </author>
  <url>http://github.com/kig/preludeml/commit/cf50232f3f33bc540100a30c2216ee6d77a68fa9</url>
  <id>cf50232f3f33bc540100a30c2216ee6d77a68fa9</id>
  <committed-date>2009-01-18T14:38:23-08:00</committed-date>
  <authored-date>2009-01-18T14:38:23-08:00</authored-date>
  <message>examples/bounded_space_mandelbrot.ml: showcases piterSeqN</message>
  <tree>f8ce972d77684f4918267d6b7ccc24de40f4e54e</tree>
  <committer>
    <name>Ilmari Heikkinen</name>
    <email>ilmari.heikkinen@gmail.com</email>
  </committer>
</commit>
