<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog - Data Science and the fst Package</title>
    <link>http://blog.fstpackage.org/</link>
    <description>Recent content on Blog - Data Science and the fst Package</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 10 Jan 2018 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="http://blog.fstpackage.org/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Lightning fast serialization of data frames using the fst package</title>
      <link>http://blog.fstpackage.org/2018/01/fst_0.8.0/</link>
      <pubDate>Wed, 10 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>http://blog.fstpackage.org/2018/01/fst_0.8.0/</guid>
      <description>&lt;p&gt;Version 0.8.0 of R&amp;rsquo;s &lt;em&gt;fst&lt;/em&gt; package has been released to CRAN. The package is now multi-threaded allowing for even faster serialization of data frames to disk.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Multi-threaded LZ4 and ZSTD compression from R</title>
      <link>http://blog.fstpackage.org/2018/01/fst_compression/</link>
      <pubDate>Wed, 10 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>http://blog.fstpackage.org/2018/01/fst_compression/</guid>
      <description>&lt;p&gt;The &lt;em&gt;fst&lt;/em&gt; package uses LZ4 and ZSTD to compress columnar data. In the latest release, methods &lt;em&gt;compress_fst&lt;/em&gt; and &lt;em&gt;decompress_fst&lt;/em&gt; were added which allow for direct (multi-threaded) access to these excellent compressors.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Multi-threaded hashing with xxHash from R</title>
      <link>http://blog.fstpackage.org/2018/01/fst_hashing/</link>
      <pubDate>Wed, 10 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>http://blog.fstpackage.org/2018/01/fst_hashing/</guid>
      <description>&lt;p&gt;The &lt;em&gt;fst&lt;/em&gt; package uses the xxHash algorithm for internal hashing of (meta-)data. With method &lt;em&gt;hash_fst&lt;/em&gt; the user now has direct access to this extremely fast hashing algorithm.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>