<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Application Generation - Performance</title>
			<link>http://www.pbell.com/index.cfm</link>
			<description>A series of occasional musings on architecting, securing, optimizing and generating web based applications. By Peter Bell.</description>
			<language>en-us</language>
			<pubDate>Thu, 23 May 2013 12:40:39 -0400</pubDate>
			<lastBuildDate>Sun, 02 Jul 2006 23:45:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>test@test.com</managingEditor>
			<webMaster>test@test.com</webMaster>
			
			
			
			
			
			<item>
				<title>Duck Typing for Performance</title>
				<link>http://www.pbell.com/index.cfm/2006/7/2/Duck-Typing-for-Performance</link>
				<description>
				
				Firstly, please note &lt;a href=&quot;http://en.wikipedia.org/wiki/Duck_typing&quot;&gt;Duck typing&lt;/a&gt; (see Sean Corfields excellent &lt;a href=&quot;http://corfield.org/articles/ducktyping_cfunited.pdf&quot;&gt;presentation&lt;/a&gt;) is NOT primarily about performance. In most cases this is probably the least interesting aspect of it. Using duck typing to improve performance before identifying a performance bottleneck is a sure sign of &lt;a href=&quot;http://www.pbell.com/index.cfm/2006/7/2/Definition-Premature-Optimization&quot;&gt;Premature Optimization&lt;/a&gt; :-&gt;

Once you have a working application with a performance bottleneck which can be attributed to a large number of method calls each of which does a relatively small amount of processing, it is time to consider taking advantage of duck typing to improve the performance . . .
				 [More]
				</description>
				
				<category>Design Patterns</category>
				
				<category>Performance</category>
				
				<pubDate>Sun, 02 Jul 2006 23:45:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2006/7/2/Duck-Typing-for-Performance</guid>
				
			</item>
			
		 	
			</channel></rss>
	

