<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'optimizing my code' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'optimizing my code' posted on the 'Basic' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 15:06:51 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 15:06:51 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>optimizing my code</title>
      <link>http://www.programmersheaven.com/mb/basic/67554/67554/optimizing-my-code/</link>
      <description>Does anyone know which one is faster:&lt;br /&gt;
&lt;br /&gt;
a = int(x)&lt;br /&gt;
&lt;br /&gt;
or...&lt;br /&gt;
&lt;br /&gt;
a = x \ 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/67554/67554/optimizing-my-code/</guid>
      <pubDate>Wed, 13 Jun 2001 12:50:46 -0700</pubDate>
      <category>Basic</category>
    </item>
    <item>
      <title>Re: optimizing my code</title>
      <link>http://www.programmersheaven.com/mb/basic/67554/67565/re-optimizing-my-code/#67565</link>
      <description>: Does anyone know which one is faster:&lt;br /&gt;
: &lt;br /&gt;
: a = int(x)&lt;br /&gt;
: &lt;br /&gt;
: or...&lt;br /&gt;
: &lt;br /&gt;
: a = x \ 1&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
a = int(x)&lt;br /&gt;
&lt;br /&gt;
(as far as I can tell)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/67554/67565/re-optimizing-my-code/#67565</guid>
      <pubDate>Wed, 13 Jun 2001 15:01:22 -0700</pubDate>
      <category>Basic</category>
    </item>
  </channel>
</rss>