<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Performance on Khalid9ASSI</title><link>https://khalid9assi.com/tags/performance/</link><description>Recent content in Performance on Khalid9ASSI</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 01 Oct 2024 10:00:00 +0100</lastBuildDate><atom:link href="https://khalid9assi.com/tags/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Optimizing Your DXL Code</title><link>https://khalid9assi.com/posts/dxl-optimization-tips/</link><pubDate>Tue, 01 Oct 2024 10:00:00 +0100</pubDate><guid>https://khalid9assi.com/posts/dxl-optimization-tips/</guid><description>&lt;p&gt;In DXL development, performance and stability depned alot on how you manage memory. Because &lt;strong&gt;DXL does not provide automatic garbage collection&lt;/strong&gt;, failing to explicitly deallocate data structures can lead to &amp;ldquo;System memory exhausted&amp;rdquo; errors and slow response times.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="1-the-string-trap" class="relative group"&gt;1. The String Trap &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#1-the-string-trap" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;Strings in DXL persist in memory&lt;/strong&gt; and are not deallocated until DOORS is closed.&lt;/p&gt;
&lt;p&gt;While they are easy to use, they can &amp;ldquo;pollute&amp;rdquo; the string table during intensive processing.&lt;/p&gt;</description></item></channel></rss>