<?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>webstersprodigy.net &#187; benchmark</title>
	<atom:link href="http://webstersprodigy.net/tag/benchmark/feed/" rel="self" type="application/rss+xml" />
	<link>http://webstersprodigy.net</link>
	<description>Me trying to learn how to use a computer</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>modular exponentiation speedup</title>
		<link>http://webstersprodigy.net/2008/12/modular-exponentiation-speedup/</link>
		<comments>http://webstersprodigy.net/2008/12/modular-exponentiation-speedup/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 19:49:55 +0000</pubDate>
		<dc:creator>webstersprodigy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://webstersprodigy.net/?p=426</guid>
		<description><![CDATA[Trying to do this in a somewhat intelligent way this time. The results are better.  timing in at around 4 seconds instead of the brute force 11 minutes.  I'm very positive it could be sped up much much more by writing in C, but this is just algorithmic, and I'm writing in python.]]></description>
			<content:encoded><![CDATA[<p>Trying to do this in a somewhat intelligent way this time.</p>
<p>The results are good.  timing in at around 4 seconds instead of the brute force 11 minutes.  I&#8217;m very positive it could be sped up much much more by writing in C, but this is just algorithmic, and I&#8217;m writing in python.</p>
<p>Sorry for the pdf, but I&#8217;m in no mood to format.</p>
<p>The code is <a href="http://webstersprodigy.net/oldwebsters/media/code/prob23.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webstersprodigy.net/2008/12/modular-exponentiation-speedup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

