<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: mbstring vs iconv benchmarking</title>
	<atom:link href="http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/feed/" rel="self" type="application/rss+xml" />
	<link>http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/</link>
	<description>The daily job of Dokeos' lead developer</description>
	<lastBuildDate>Mon, 28 Dec 2009 13:45:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kowalikus</title>
		<link>http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/#comment-1641</link>
		<dc:creator>Kowalikus</dc:creator>
		<pubDate>Mon, 16 Nov 2009 07:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://dokeoslead.wordpress.com/?p=252#comment-1641</guid>
		<description>THx for comparision!</description>
		<content:encoded><![CDATA[<p>THx for comparision!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PDF: Поддержка UTF-8 в fpdf / zavackiy.info</title>
		<link>http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/#comment-730</link>
		<dc:creator>PDF: Поддержка UTF-8 в fpdf / zavackiy.info</dc:creator>
		<pubDate>Sat, 21 Feb 2009 23:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://dokeoslead.wordpress.com/?p=252#comment-730</guid>
		<description>[...] mbstring vs iconv benchmarking « Dokeos lead developer’s Weblog [...]</description>
		<content:encoded><![CDATA[<p>[...] mbstring vs iconv benchmarking « Dokeos lead developer’s Weblog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick&#8217;s Blog: mbstring vs iconv benchmarking : Dragonfly Networks</title>
		<link>http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/#comment-470</link>
		<dc:creator>Yannick&#8217;s Blog: mbstring vs iconv benchmarking : Dragonfly Networks</dc:creator>
		<pubDate>Tue, 07 Oct 2008 10:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://dokeoslead.wordpress.com/?p=252#comment-470</guid>
		<description>[...] on his blog Yannick has done some benchmarking comparing mbstring and iconv in PHP 5.2.4 [...]</description>
		<content:encoded><![CDATA[<p>[...] on his blog Yannick has done some benchmarking comparing mbstring and iconv in PHP 5.2.4 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murshed ahmmad khan</title>
		<link>http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/#comment-468</link>
		<dc:creator>murshed ahmmad khan</dc:creator>
		<pubDate>Mon, 06 Oct 2008 19:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://dokeoslead.wordpress.com/?p=252#comment-468</guid>
		<description>Good. Now we have a good reason to use mbstring rather than using iconv in cases when they serve the same. I also prefer using mbstring though i didn&#039;t know it would be more faster than iconv :).</description>
		<content:encoded><![CDATA[<p>Good. Now we have a good reason to use mbstring rather than using iconv in cases when they serve the same. I also prefer using mbstring though i didn&#8217;t know it would be more faster than iconv :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick&#8217;s Blog: mbstring vs iconv benchmarking &#124; PHP Source Code - Meta Blog of Blogs</title>
		<link>http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/#comment-467</link>
		<dc:creator>Yannick&#8217;s Blog: mbstring vs iconv benchmarking &#124; PHP Source Code - Meta Blog of Blogs</dc:creator>
		<pubDate>Mon, 06 Oct 2008 18:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://dokeoslead.wordpress.com/?p=252#comment-467</guid>
		<description>[...] on his blog Yannick has done some benchmarking comparing mbstring and iconv in PHP 5.2.4 release.Following up on my previous post about the differences between the mbstring [...]</description>
		<content:encoded><![CDATA[<p>[...] on his blog Yannick has done some benchmarking comparing mbstring and iconv in PHP 5.2.4 release.Following up on my previous post about the differences between the mbstring [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola</title>
		<link>http://dokeoslead.wordpress.com/2008/10/05/mbstring-vs-iconv-benchmarking/#comment-466</link>
		<dc:creator>Nicola</dc:creator>
		<pubDate>Mon, 06 Oct 2008 11:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://dokeoslead.wordpress.com/?p=252#comment-466</guid>
		<description>Good article Yannick: let&#039;s check if we are the only ones curious about this!
It is worth to mention the empty callback (dummy_strlen) is a lot slower than what I was expecting: using builtin functions has a great advantage.
Also it&#039;s logical to get some overhead because of the more complex encoding, but mb_strlen() is so quick that the difference respect plain strlen() is negligible.</description>
		<content:encoded><![CDATA[<p>Good article Yannick: let&#8217;s check if we are the only ones curious about this!<br />
It is worth to mention the empty callback (dummy_strlen) is a lot slower than what I was expecting: using builtin functions has a great advantage.<br />
Also it&#8217;s logical to get some overhead because of the more complex encoding, but mb_strlen() is so quick that the difference respect plain strlen() is negligible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
