<?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: PHP Performance: Bitwise Division</title>
	<atom:link href="/2012/01/05/php-performance-bitwise-division/feed/" rel="self" type="application/rss+xml" />
	<link>/2012/01/05/php-performance-bitwise-division/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: ircmaxell</title>
		<link>/2012/01/05/php-performance-bitwise-division/comment-page-1/#comment-14962</link>
		<dc:creator><![CDATA[ircmaxell]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:51:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=2577#comment-14962</guid>
		<description><![CDATA[Talk about a &lt;a href=&quot;http://blog.ircmaxell.com/2011/08/on-optimization-in-php.html&quot; rel=&quot;nofollow&quot;&gt;Micro-optimization&lt;a&gt;...  

Also notice that &lt;code&gt;a / 2&lt;/code&gt; is not equivalent to &lt;code&gt;a &#062;&#062; 1&lt;/code&gt;.  It is somewhat like &lt;code&gt; floor(a / 2) &lt;/code&gt;, but there are plenty of cases where it&#039;s different (such as if a is negative).]]></description>
		<content:encoded><![CDATA[<p>Talk about a <a href="http://blog.ircmaxell.com/2011/08/on-optimization-in-php.html" rel="nofollow">Micro-optimization</a><a>&#8230;  </p>
<p>Also notice that <code>a / 2</code> is not equivalent to <code>a &gt;&gt; 1</code>.  It is somewhat like <code> floor(a / 2) </code>, but there are plenty of cases where it&#8217;s different (such as if a is negative).</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
