<?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#"
	
	>
<channel>
	<title>
	Comments on: Explode VS Unserialize: Which is Faster	</title>
	<atom:link href="https://davekz.com/php-explode-vs-unserialize/feed/" rel="self" type="application/rss+xml" />
	<link>https://davekz.com/php-explode-vs-unserialize/</link>
	<description>The Trials and Tribulations of a Programming Ninja</description>
	<lastBuildDate>Wed, 06 Feb 2013 11:08:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>
		By: David		</title>
		<link>https://davekz.com/php-explode-vs-unserialize/#comment-5</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sat, 01 Dec 2012 04:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://dave.kz/?p=88#comment-5</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davekz.com/php-explode-vs-unserialize/#comment-4&quot;&gt;Andrew Buckman&lt;/a&gt;.

I&#039;m supprised, json_decode basically takes the same amount of time but uses more memory. I thought it would have been faster as there&#039;s less to parse through (compared to unserialize).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davekz.com/php-explode-vs-unserialize/#comment-4">Andrew Buckman</a>.</p>
<p>I&#8217;m supprised, json_decode basically takes the same amount of time but uses more memory. I thought it would have been faster as there&#8217;s less to parse through (compared to unserialize).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew Buckman		</title>
		<link>https://davekz.com/php-explode-vs-unserialize/#comment-4</link>

		<dc:creator><![CDATA[Andrew Buckman]]></dc:creator>
		<pubDate>Thu, 29 Nov 2012 22:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://dave.kz/?p=88#comment-4</guid>

					<description><![CDATA[json_decode might be interesting to add to the mix]]></description>
			<content:encoded><![CDATA[<p>json_decode might be interesting to add to the mix</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew Buckman		</title>
		<link>https://davekz.com/php-explode-vs-unserialize/#comment-3</link>

		<dc:creator><![CDATA[Andrew Buckman]]></dc:creator>
		<pubDate>Fri, 09 Nov 2012 18:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://dave.kz/?p=88#comment-3</guid>

					<description><![CDATA[Nice job actually testing instead of assuming!  I&#039;d have guessed explode personally, just looking at serialized data it looks more complicated to unwrap.  Obviously there are times when it&#039;s more appropriate.]]></description>
			<content:encoded><![CDATA[<p>Nice job actually testing instead of assuming!  I&#8217;d have guessed explode personally, just looking at serialized data it looks more complicated to unwrap.  Obviously there are times when it&#8217;s more appropriate.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 

Served from: davekz.com @ 2024-07-11 06:12:27 by W3 Total Cache
-->