<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Skypher &#187; fractal</title>
	<atom:link href="http://skypher.com/index.php/tag/fractal/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mandelbrot in PHP</title>
		<link>http://skypher.com/index.php/2008/05/26/mandelbrot-in-php/</link>
		<comments>http://skypher.com/index.php/2008/05/26/mandelbrot-in-php/#comments</comments>
		<pubDate>Mon, 26 May 2008 21:48:42 +0000</pubDate>
		<dc:creator>Cipher</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[mandelbrot]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=12</guid>
		<description><![CDATA[<p>After reading up on SkyLined&#8217;s post I thought it might be nice to try some in PHP...]]></description>
			<content:encoded><![CDATA[<p>After reading up on SkyLined&#8217;s post I thought it might be nice to try some in PHP. I first Googled for an example and quickly found this post:<a title="Cow's Page on PHP Mandelbrot" href="http://cow.neondragon.net/index.php/2680-Php-Fractal-Generator"></p>
<p>http://cow.neondragon.net/index.php/2680-Php-Fractal-Generator</a></p>
<p>Unfortunately that is quite inefficient. So I made some adjustments. I can now render a 500*500 pixel fractal in 15-16 seconds on my laptop (1.2Ghz DualCore, one used) (<a title="PHP rendered Mandelbrot" href="http://skypher.com/Cipher/fractal.png">see image</a>). That is quite faster than the example.<br />
(I&#8217;ll test on this server and at work for reference, watch for updates). I&#8217;ll post the code here soon.</p>
<p>Next up is a mashup between SkyLined&#8217;s and my script to have PHP render the ASCII art fractals and animations, maybe I can render animated gifs <img src='http://skypher.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2008/05/26/mandelbrot-in-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
