The mandelbrot benchmark looked like it'd be an easy one to implement,
and lo and behold, it was! I haven't optimized this at all really, but
it seems to run fairly quickly anyhow.
-- Peter Baylies
=head1 NAME
examples/shootout/mandelbrot.pir - Print the Mandelbrot set
=head
On Tue, 14 Dec 2004 10:07:43 -0500 (EST), Jeff Horwitz
<[EMAIL PROTECTED]> wrote:
> is it useful? not really. does it help you waste 5 minutes of your day?
> certainly. :)
Waiting for the request to time out indeed wasted some idle time :-)
-ingly yours,
Michael
Ah yep, that surely is the reason. Too bad, have to wait until I get home ;-)
- Michael
On Tue, 14 Dec 2004 11:25:32 -0500 (EST), Jeff Horwitz
<[EMAIL PROTECTED]> wrote:
> hm, works fine for others. maybe the weird port i'm using for that web
> server isn't agreeing with your firewall.
>
> -je
hm, works fine for others. maybe the weird port i'm using for that web
server isn't agreeing with your firewall.
-jeff
On Tue, 14 Dec 2004, Michael Walter wrote:
> On Tue, 14 Dec 2004 10:07:43 -0500 (EST), Jeff Horwitz
> <[EMAIL PROTECTED]> wrote:
> > is it useful? not really. does it help yo
here's a fun little app i cooked up yesterday -- an ASCII mandelbrot
browser written as a mod_parrot handler. it's pretty speedy (assuming
your connection isn't holding you back), and it's the first handler i've
written that parses form inputs.
for now, it's
# New Ticket Created by Leon Brocard
# Please include the string: [netlabs #745]
# in the subject line of all future correspondence about this issue.
# http://bugs6.perl.org/rt2/Ticket/Display.html?id=745 >
This .pasm file was one of the first largish Parrot programs and I
don't quite rememb