[
  {
    "Id": "1430165",
    "ThreadId": "639870",
    "Html": "Hi,<br />\nI just wanted to let users know that <strong>DotNetZip</strong> is one of several compression libraries that has been adapted for use in <a href=\"http://deltacodec.codeplex.com\" rel=\"nofollow\">DeltaCodec</a>.<br />\n<br />\nThis allows a developer to directly encode and decode lists or arrays of any intrinsic data type.<br />\nFor example,<br />\n<pre><code>var codec = IonicBZip2DeltaCodec.Instance;\nvar bytes = codec.Encode(IList&lt;T&gt; list);\nvar listOut = codec.Decode&lt;T&gt;(bytes);</code></pre>\n\nCustom codecs or codec methods can be added to handle arbitrarily complex data structures. <br />\n<br />\n<strong>Differencing</strong> the time series improves the ratio significantly, and speed can be enhanced by encoding multiple blocks concurrently.<br />\nFor example,<br />\n<pre><code>var bytes = codec.Encode(list, numBlocks: 4, level: CompressionLevel.Fastest);</code></pre>\n\nI Hope others will find this useful.<br />\n<br />\nbstabile<br />\n",
    "PostedDate": "2015-06-11T14:47:37.637-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]