<?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>The Pythonian &#187; pickle</title>
	<atom:link href="http://thepythonian.com/tag/pickle/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepythonian.com</link>
	<description>All about the Python Programming Language</description>
	<lastBuildDate>Tue, 10 Aug 2010 18:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fast deserialization in Python via Metaoptimize</title>
		<link>http://thepythonian.com/2009/03/23/fast-deserialization-in-python-via-metaoptimize/</link>
		<comments>http://thepythonian.com/2009/03/23/fast-deserialization-in-python-via-metaoptimize/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 06:28:56 +0000</pubDate>
		<dc:creator>thePythonian</dc:creator>
				<category><![CDATA[Deserialization]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[pickle]]></category>
		<category><![CDATA[protobuf]]></category>

		<guid isPermaLink="false">http://thepythonian.com/?p=6</guid>
		<description><![CDATA[<p>Interesting article which goes into a lengthy comparison of protobuf, JSON, and pickel.</p>
<p>Summary:</p>
<p>For quickly deserializing data in Python, use cjson. Simplejson is mysteriously slow on [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting article which goes into a lengthy comparison of <a href="http://code.google.com/p/protobuf/">protobuf</a>, <a href="http://pypi.python.org/pypi/python-json/">JSON</a>, and <a href="http://docs.python.org/library/pickle.html">pickel</a>.</p>
<blockquote><p><a href="http://blog.metaoptimize.com/2009/03/22/fast-deserialization-in-python/">Summary</a>:</p>
<p>For quickly deserializing data in Python, use cjson. Simplejson is mysteriously slow on certain installations.</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://thepythonian.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://thepythonian.com/2009/03/23/fast-deserialization-in-python-via-metaoptimize/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
