<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Code Ghar (Posts about programming)</title><link>https://codeghar.com/</link><description></description><atom:link href="https://codeghar.com/categories/programming.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2019 &lt;a href="mailto:@aikchar"&gt;Hamza Sheikh&lt;/a&gt; License</copyright><lastBuildDate>Fri, 08 Feb 2019 07:18:51 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>What is a Tight Loop?</title><link>https://codeghar.com/blog/what-is-a-tight-loop.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;One often hears about &lt;em&gt;tight loops&lt;/em&gt; in the context of programming. I never
really got what it meant. Until today.&lt;/p&gt;
&lt;p&gt;A tight loop may be described as a loop that does very little work itself
but has an impact on the performance of the larger program. For example,
in an O(n) loop the faster it can execute each iteration the tighter it is.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://codeghar.com/blog/what-is-a-tight-loop.html"&gt; Read more …&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>programming</category><guid>https://codeghar.com/blog/what-is-a-tight-loop.html</guid><pubDate>Tue, 06 Oct 2015 22:28:16 GMT</pubDate></item></channel></rss>