<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Multi-Threaded on</title><link>https://dawning.ca/tags/multi-threaded/</link><description>Recent content in Multi-Threaded on</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright © James Snell</copyright><lastBuildDate>Tue, 20 Jan 2015 15:25:03 +0000</lastBuildDate><atom:link href="https://dawning.ca/tags/multi-threaded/index.xml" rel="self" type="application/rss+xml"/><item><title>Multi-threaded tar/bzip2</title><link>https://dawning.ca/posts/pbzip2/</link><pubDate>Tue, 20 Jan 2015 15:25:03 +0000</pubDate><guid>https://dawning.ca/posts/pbzip2/</guid><description>
&lt;p>I often find myself banging my head against a wall watching tar compress with a single execution thread. &lt;a href="http://compression.ca/pbzip2/">PBZIP2 is the solution&lt;/a> to that problem.&lt;/p>
&lt;p>Here&amp;rsquo;s my few recipes for using this:&lt;/p>
&lt;blockquote>
&lt;/blockquote>
&lt;p>Compress: tar cf archive.tar.bz2 &amp;ndash;use-compress-prog=pbzip2 archive/&lt;/p>
&lt;p>Uncompress:�pbzip2 -dvc archive.tar.bz2 | tar x&lt;/p>
&lt;p>Enjoy!&lt;/p></description></item></channel></rss>