<?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: What&#8217;s faster than temporary tables?	</title>
	<atom:link href="https://www.hougaard.com/whats-faster-than-temporary-tables/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hougaard.com/whats-faster-than-temporary-tables/</link>
	<description>Do more with apps</description>
	<lastBuildDate>Tue, 23 Jun 2020 20:55:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: hougaard		</title>
		<link>https://www.hougaard.com/whats-faster-than-temporary-tables/#comment-393</link>

		<dc:creator><![CDATA[hougaard]]></dc:creator>
		<pubDate>Tue, 23 Jun 2020 20:55:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1629#comment-393</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.hougaard.com/whats-faster-than-temporary-tables/#comment-392&quot;&gt;bjarki&lt;/a&gt;.

Behind the scenes, everything in AL is cross compiled to C# before being compiled on the server, so a AL dictionary will perform the same as a dotnet dictionary.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.hougaard.com/whats-faster-than-temporary-tables/#comment-392">bjarki</a>.</p>
<p>Behind the scenes, everything in AL is cross compiled to C# before being compiled on the server, so a AL dictionary will perform the same as a dotnet dictionary.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bjarki		</title>
		<link>https://www.hougaard.com/whats-faster-than-temporary-tables/#comment-392</link>

		<dc:creator><![CDATA[bjarki]]></dc:creator>
		<pubDate>Fri, 19 Jun 2020 21:01:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1629#comment-392</guid>

					<description><![CDATA[The performance difference is really interesting.
Did you try comparing Dictionaries with e.g. similar DotNet objects like the JsonObject type or older NAV types like the arrays (which are able to store complex types like Records, unlike the other two)?
I also found your video on TextBuilder vs Text to be informative, I would&#039;ve thought the compiler itself would optimize text concatenation, especially simple ones (appending to the same string in a loop).]]></description>
			<content:encoded><![CDATA[<p>The performance difference is really interesting.<br />
Did you try comparing Dictionaries with e.g. similar DotNet objects like the JsonObject type or older NAV types like the arrays (which are able to store complex types like Records, unlike the other two)?<br />
I also found your video on TextBuilder vs Text to be informative, I would&#8217;ve thought the compiler itself would optimize text concatenation, especially simple ones (appending to the same string in a loop).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dictionary and List Example &#124; My Business Central Diary		</title>
		<link>https://www.hougaard.com/whats-faster-than-temporary-tables/#comment-368</link>

		<dc:creator><![CDATA[Dictionary and List Example &#124; My Business Central Diary]]></dc:creator>
		<pubDate>Thu, 28 May 2020 02:39:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1629#comment-368</guid>

					<description><![CDATA[[&#8230;] As we all know, array has the huge limitation that we should specify the dimension when we define it. But dictionary and list do not have this drawback. So we have the flexibility to use dictionary as a temporary table. See, dictionary is super fast too &#8211; https://www.hougaard.com/whats-faster-than-temporary-tables/ [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] As we all know, array has the huge limitation that we should specify the dimension when we define it. But dictionary and list do not have this drawback. So we have the flexibility to use dictionary as a temporary table. See, dictionary is super fast too &#8211; <a href="https://www.hougaard.com/whats-faster-than-temporary-tables/" rel="ugc">https://www.hougaard.com/whats-faster-than-temporary-tables/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: What’s faster than temporary tables? - Hougaard.com – Applied Hacking - Dynamics 365 Business Central/NAV User Group - Dynamics User Group		</title>
		<link>https://www.hougaard.com/whats-faster-than-temporary-tables/#comment-350</link>

		<dc:creator><![CDATA[What’s faster than temporary tables? - Hougaard.com – Applied Hacking - Dynamics 365 Business Central/NAV User Group - Dynamics User Group]]></dc:creator>
		<pubDate>Fri, 06 Mar 2020 07:16:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1629#comment-350</guid>

					<description><![CDATA[[&#8230;] hougaard       2020-3-6 6:14 AM    0 comments   0 views    Mirror post  [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] hougaard       2020-3-6 6:14 AM    0 comments   0 views    Mirror post  [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
