<?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>Adam's Continuity at BlackAcid &#187; Optimizations</title>
	<atom:link href="http://blogs.blackacid.org/category/optimizations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.blackacid.org</link>
	<description>Experiments in Real Time</description>
	<lastBuildDate>Tue, 27 Jan 2009 23:24:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Pareto Principle</title>
		<link>http://blogs.blackacid.org/2007/09/26/pareto-principle/</link>
		<comments>http://blogs.blackacid.org/2007/09/26/pareto-principle/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 08:36:40 +0000</pubDate>
		<dc:creator>aballai</dc:creator>
				<category><![CDATA[Optimizations]]></category>

		<guid isPermaLink="false">http://blogs.blackacid.org/2007/09/26/pareto-principle/</guid>
		<description><![CDATA[The Pareto Principle Economist Vilfredo Pareto found in 1897 that about 80 percent of Italy&#8217;s wealth was owned by about 20 percent of the population.8 This has become the 80/20 rule or the Pareto principle, which is often applied to &#8230; <a href="http://blogs.blackacid.org/2007/09/26/pareto-principle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="note">
<p class="normaltitle"><b>The Pareto Principle</b></p>
<p style="margin-left: 40px;">Economist Vilfredo Pareto found in 1897 that about 80 percent of Italy&#8217;s     wealth was owned by about 20 percent of the population.<sup><a href="javascript:popUp('/content/images/chap10_0735713243/elementLinks/ch10fn08.html')">8</a></sup>     This has become the 80/20 rule or the Pareto principle, which is often applied     to a variety of disciplines. Although some say it should be adjusted to a     90/10 rule, this rule of thumb applies to everything from employee productivity     and quality control to programming.</p>
<p style="margin-left: 40px;">Barry Boehm found that 20 percent of a program consumes 80 percent of the     execution time.<sup><a href="javascript:popUp('/content/images/chap10_0735713243/elementLinks/ch10fn09.html')">9</a></sup> He also     found that 20 percent of software modules are responsible for 80 percent of     the errors.<sup><a href="javascript:popUp('/content/images/chap10_0735713243/elementLinks/ch10fn10.html')">10</a></sup> Donald Knuth     found that more than 50 percent of a program&#8217;s run time is usually due     to less than 4 percent of the code.<sup><a href="javascript:popUp('/content/images/chap10_0735713243/elementLinks/ch10fn11.html')">11</a></sup>     Clearly, a small portion of code accounts for the majority of program execution     time. Concentrate your efforts on these hot areas.</p>
<p>I just recently was doing some research on Javascript Optimization techniques and found this wonderful section on The Pareto Principle.&nbsp; If you haven&#8217;t already read the above two paragraphs, please do.&nbsp; If you feel brave, please try out this guide on <a href="http://www.peachpit.com/articles/printerfriendly.aspx?p=31567&amp;rl=1">Optimizing Javascript code.</a></p>
</p></div>
<p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/paretoprinciple" rel="tag">paretoprinciple</a>, <a href="http://technorati.com/tag/%20optimizing%20javascript" rel="tag"> optimizing javascript</a>, <a href="http://technorati.com/tag/%20javascript" rel="tag"> javascript</a>, <a href="http://technorati.com/tag/%20web%20development" rel="tag"> web development</a>, <a href="http://technorati.com/tag/%20research" rel="tag"> research</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.blackacid.org/2007/09/26/pareto-principle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
