<?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: Analyzing AutoMapper performance</title>
	<atom:link href="http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Wed, 19 Jun 2013 17:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: jbogard</title>
		<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/#comment-5802</link>
		<dc:creator>jbogard</dc:creator>
		<pubDate>Sun, 05 May 2013 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx#comment-5802</guid>
		<description>Just used JetBrains&#039; dotTrace product.</description>
		<content:encoded><![CDATA[<p>Just used JetBrains&#8217; dotTrace product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bayram</title>
		<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/#comment-5795</link>
		<dc:creator>bayram</dc:creator>
		<pubDate>Sat, 04 May 2013 18:15:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx#comment-5795</guid>
		<description>Which tool did you use to get performance reports?</description>
		<content:encoded><![CDATA[<p>Which tool did you use to get performance reports?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigb</title>
		<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/#comment-1792</link>
		<dc:creator>bigb</dc:creator>
		<pubDate>Mon, 09 Aug 2010 14:32:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx#comment-1792</guid>
		<description>Hi Jimmy
looks like you develop great library. I was pretty amazed when i found it but also there is another way  how to copy objects using implicit operator. Details on this thread:
http://stackoverflow.com/questions/531505/how-to-copy-value-from-class-x-to-class-y-with-the-same-property-name-in-c 
Also i did some tests using implicit operator and your library. My comments with test and test results you can view in the link above. It would be great to hear your opinion on that.</description>
		<content:encoded><![CDATA[<p>Hi Jimmy<br />
looks like you develop great library. I was pretty amazed when i found it but also there is another way  how to copy objects using implicit operator. Details on this thread:<br />
<a href="http://stackoverflow.com/questions/531505/how-to-copy-value-from-class-x-to-class-y-with-the-same-property-name-in-c" rel="nofollow">http://stackoverflow.com/questions/531505/how-to-copy-value-from-class-x-to-class-y-with-the-same-property-name-in-c</a><br />
Also i did some tests using implicit operator and your library. My comments with test and test results you can view in the link above. It would be great to hear your opinion on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/#comment-1791</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Fri, 23 Jul 2010 15:19:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx#comment-1791</guid>
		<description>@Andriy

Are you actually seeing any performance problems?  Our bottleneck is still the DB.

If you just make sure CreateMap is called just once, everything should be very fast.</description>
		<content:encoded><![CDATA[<p>@Andriy</p>
<p>Are you actually seeing any performance problems?  Our bottleneck is still the DB.</p>
<p>If you just make sure CreateMap is called just once, everything should be very fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andriy Buday</title>
		<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/#comment-1790</link>
		<dc:creator>Andriy Buday</dc:creator>
		<pubDate>Thu, 22 Jul 2010 12:26:24 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx#comment-1790</guid>
		<description>Hey, Jimmy!

I just did presentation to my co-workers on AutoMapper and they are really concerned about its performance.

Please work on improvements, since we already using it in let say huge project, about 200 different entities are now mapped with AutoMapper and then sending through WCF or serializing into XMLs we send, it would be sad if in one moment we will need to be back to manual mapping. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey, Jimmy!</p>
<p>I just did presentation to my co-workers on AutoMapper and they are really concerned about its performance.</p>
<p>Please work on improvements, since we already using it in let say huge project, about 200 different entities are now mapped with AutoMapper and then sending through WCF or serializing into XMLs we send, it would be sad if in one moment we will need to be back to manual mapping. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Annerel</title>
		<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/#comment-1789</link>
		<dc:creator>Thomas Annerel</dc:creator>
		<pubDate>Thu, 13 Aug 2009 06:27:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx#comment-1789</guid>
		<description>Great post,
Any idea what the impact is when more types are used ?</description>
		<content:encoded><![CDATA[<p>Great post,<br />
Any idea what the impact is when more types are used ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Patterson</title>
		<link>http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/#comment-1788</link>
		<dc:creator>Chris Patterson</dc:creator>
		<pubDate>Wed, 05 Aug 2009 03:37:37 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx#comment-1788</guid>
		<description>This is good to hear, we need to update to the latest commit to get some benefits. We knew early on that we&#039;d take a hit, and it was sizable. But that&#039;s again one of those local optimizations that can be fixed over time.

A little Func&lt;Foo&gt;, and little Action&lt;Too&gt; and you&#039;ve got some respectable numbers now.

Great work!
</description>
		<content:encoded><![CDATA[<p>This is good to hear, we need to update to the latest commit to get some benefits. We knew early on that we&#8217;d take a hit, and it was sizable. But that&#8217;s again one of those local optimizations that can be fixed over time.</p>
<p>A little Func<foo>, and little Action<too> and you&#8217;ve got some respectable numbers now.</p>
<p>Great work!<br />
</too></foo></p>
]]></content:encoded>
	</item>
</channel>
</rss>
