<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; HipHop for PHP</title>
	<atom:link href="https://www.webmaster-source.com/tag/hiphop-for-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Facebook Announces HipHop for PHP</title>
		<link>https://www.webmaster-source.com/2010/02/03/facebook-announces-hiphop-for-php/</link>
		<comments>https://www.webmaster-source.com/2010/02/03/facebook-announces-hiphop-for-php/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:26:20 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HipHop for PHP]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3012</guid>
		<description><![CDATA[PHP is my favorite server-side programming language, but it has one major Achilles&#8217; heel: speed. A language that is interpreted by the server at load time can&#8217;t hope to compete with a compiled language for speed. That&#8217;s what Facebook&#8217;s new project, &#8220;HipHop for PHP,&#8221; aims to solve. HipHop converts PHP scripts to C++ code and [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>PHP is my favorite server-side programming language, but it has one major Achilles&#8217; heel: speed. A language that is interpreted by the server at load time can&#8217;t hope to compete with a compiled language for speed. That&#8217;s what Facebook&#8217;s new project, &#8220;HipHop for PHP,&#8221; aims to solve. HipHop converts PHP scripts to C++ code and then uses g++ to compile it. This brings a CPU usage decrease of up to 50%, according to the announcement.</p>
<blockquote><p>One night at a Hackathon a few years ago (see Prime  Time Hack), I started my first piece of code transforming PHP into  C++.  The languages are fairly similar syntactically and C++ drastically  outperforms PHP when it comes to both CPU and memory usage.  Even PHP  itself is written in C.  We knew that it was impossible to successfully  rewrite an entire codebase of this size by hand, but wondered what would  happen if we built a system to do it programmatically.</p></blockquote>
<p>Interesting, for sure. Imagine using it with WordPress for a high-traffic blog&#8230;</p>
<p><a href="http://developers.facebook.com/news.php?story=358&amp;blog=1">HipHop for PHP: Move Fast</a> [Facebook Developer Blog]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/02/03/facebook-announces-hiphop-for-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 17:35:34 by W3 Total Cache
-->