<?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/"
	
	>
<channel>
	<title>
	Comments on: zstd &#8211; A Fast Data Compression Algorithm Used By Facebook	</title>
	<atom:link href="https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 02:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/comment-page-1/#comment-1091854</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 07 Jan 2019 05:18:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29715#comment-1091854</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/comment-page-1/#comment-1091525&quot;&gt;Ismail&lt;/a&gt;.

@Ismail,

Thanks for pointing out, corrected in the article.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/comment-page-1/#comment-1091525">Ismail</a>.</p>
<p>@Ismail,</p>
<p>Thanks for pointing out, corrected in the article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ismail		</title>
		<link>https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/comment-page-1/#comment-1091525</link>

		<dc:creator><![CDATA[Ismail]]></dc:creator>
		<pubDate>Sun, 06 Jan 2019 14:15:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29715#comment-1091525</guid>

					<description><![CDATA[I think there is a mistake in point 2

It says, To decompress a .zst compression file, use the &lt;strong&gt;-d&lt;/strong&gt; flag or the &lt;strong&gt;unzstd&lt;/strong&gt; utility as shown.
&lt;pre&gt;
$ zstd -d etcher-1.3.1-x86_64.AppImage 
OR
$ unzstd etcher-1.3.1-x86_64.AppImage 
&lt;/pre&gt;
Instead it should be

To decompress a &lt;strong&gt;.zst&lt;/strong&gt; compression file, use the &lt;strong&gt;-d&lt;/strong&gt; flag or the unzstd utility as shown.
&lt;pre&gt;
$ zstd -d etcher-1.3.1-x86_64.AppImage.zst
OR
$ unzstd etcher-1.3.1-x86_64.AppImage.zst
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>I think there is a mistake in point 2</p>
<p>It says, To decompress a .zst compression file, use the <strong>-d</strong> flag or the <strong>unzstd</strong> utility as shown.</p>
<pre>
$ zstd -d etcher-1.3.1-x86_64.AppImage 
OR
$ unzstd etcher-1.3.1-x86_64.AppImage 
</pre>
<p>Instead it should be</p>
<p>To decompress a <strong>.zst</strong> compression file, use the <strong>-d</strong> flag or the unzstd utility as shown.</p>
<pre>
$ zstd -d etcher-1.3.1-x86_64.AppImage.zst
OR
$ unzstd etcher-1.3.1-x86_64.AppImage.zst
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
