<?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>Jeff Galper &#187; feather</title>
	<atom:link href="http://jeffgalper.com/blog/tag/feather/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffgalper.com/blog</link>
	<description>Not as bad as rabies.</description>
	<lastBuildDate>Fri, 26 Aug 2011 05:17:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Tar, meet Feather</title>
		<link>http://jeffgalper.com/blog/2009/12/11/tar-meet-feather/</link>
		<comments>http://jeffgalper.com/blog/2009/12/11/tar-meet-feather/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:03:51 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[feather]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://jeffgalper.com/blog/?p=14</guid>
		<description><![CDATA[Due to my endless frustrations with the Tar Library we use at work and some limitations of the format in general, I decided to create my own file format and library. There is now Feather. The Feather format can be described as a simple, extensible storage format. By using optional fields, a feather file can [...]]]></description>
			<content:encoded><![CDATA[<p>Due to my endless frustrations with the <a href="http://www.trustice.com/java/tar/">Tar Library</a> we use at work and some limitations of the format in general, I decided to create my own file format and library.  There is now <a href="http://code.google.com/p/feather-file/">Feather</a>.  The <a href="http://code.google.com/p/feather-file/">Feather</a> format can be described as a simple, extensible storage format.  By using optional fields, a feather file can include all the information normally stored in a tar, or as little as the name, size, and data of a file.</p>
<p>While UStar formatted Tar files have a maximum filename length of 255 (with some restrictions), <a href="http://code.google.com/p/feather-file/">Feather</a> has a maximum filename length of 23,767.  Without the GNU extensions, Tar has a maximum file size limit of 8 GB.  <a href="http://code.google.com/p/feather-file/">Feather</a>, on the other hand, has a maximum file size of 8 EB, or 8 GB * 1024³.  Finally, <a href="http://code.google.com/p/feather-file/">Feather</a> has native support for UTF-16, which Tar lacks completely.</p>
<p>The current state of the <a href="http://code.google.com/p/feather-file/">Feather</a> repository is a bit of a mess, because it was originally programmed solely using ByteBuffers and FileChannels, but a need arose for Input and Output Streams.  I will likely remove the use of ByteBuffers and FileChannels so that there is only one official implementation of <a href="http://code.google.com/p/feather-file/">Feather</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffgalper.com/blog/2009/12/11/tar-meet-feather/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

