<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Reflection and performance</title>
	<atom:link href="http://tore.vestues.no/2010/07/01/reflection-and-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://tore.vestues.no/2010/07/01/reflection-and-performance/</link>
	<description>On a quest for the silver bullet..</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gytha</title>
		<link>http://tore.vestues.no/2010/07/01/reflection-and-performance/comment-page-1/#comment-784</link>
		<dc:creator>Gytha</dc:creator>
		<pubDate>Tue, 03 May 2011 16:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/?p=85#comment-784</guid>
		<description>Youre a real deep thniekr. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Youre a real deep thniekr. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tore Vestues</title>
		<link>http://tore.vestues.no/2010/07/01/reflection-and-performance/comment-page-1/#comment-541</link>
		<dc:creator>Tore Vestues</dc:creator>
		<pubDate>Fri, 02 Jul 2010 21:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/?p=85#comment-541</guid>
		<description>@Mark &amp; @Clinton,

Thanks for the caching advice! I will implement it somehow in Glue.

.Tore</description>
		<content:encoded><![CDATA[<p>@Mark &amp; @Clinton,</p>
<p>Thanks for the caching advice! I will implement it somehow in Glue.</p>
<p>.Tore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinton Sheppard</title>
		<link>http://tore.vestues.no/2010/07/01/reflection-and-performance/comment-page-1/#comment-537</link>
		<dc:creator>Clinton Sheppard</dc:creator>
		<pubDate>Thu, 01 Jul 2010 15:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/?p=85#comment-537</guid>
		<description>You might also take a look at FastReflectionLib http://fastreflectionlib.codeplex.com as you appear to be implementing the same thing. For timings see http://weblogs.asp.net/jeffreyzhao/archive/2009/01/27/fast-reflection-library.aspx</description>
		<content:encoded><![CDATA[<p>You might also take a look at FastReflectionLib <a href="http://fastreflectionlib.codeplex.com" rel="nofollow">http://fastreflectionlib.codeplex.com</a> as you appear to be implementing the same thing. For timings see <a href="http://weblogs.asp.net/jeffreyzhao/archive/2009/01/27/fast-reflection-library.aspx" rel="nofollow">http://weblogs.asp.net/jeffreyzhao/archive/2009/01/27/fast-reflection-library.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Nijhof</title>
		<link>http://tore.vestues.no/2010/07/01/reflection-and-performance/comment-page-1/#comment-536</link>
		<dc:creator>Mark Nijhof</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/?p=85#comment-536</guid>
		<description>Hey Tore,

Interesting post!

One thing you might want to look at is sort of caching part of the reflection stuff. This is something I do in my CQRS example for the mapping between commands and handlers. The discovery of what to map and such you only do ones and then you create lambda&#039;s that will execute the mapping. This lambda you cache thus removing the need to do the discovery more often. I believe Jeremy removed a lot of reflection.Emit stuff in favor for lambda&#039;s in the later releases as well.

-Mark</description>
		<content:encoded><![CDATA[<p>Hey Tore,</p>
<p>Interesting post!</p>
<p>One thing you might want to look at is sort of caching part of the reflection stuff. This is something I do in my CQRS example for the mapping between commands and handlers. The discovery of what to map and such you only do ones and then you create lambda&#8217;s that will execute the mapping. This lambda you cache thus removing the need to do the discovery more often. I believe Jeremy removed a lot of reflection.Emit stuff in favor for lambda&#8217;s in the later releases as well.</p>
<p>-Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

