<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Samples and standard libraries in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Samples-and-standard-libraries/m-p/985853#M21786</link>
    <description>Intel provide a Windows sample which contains a drop in replacement for the IJG jpeg library.&lt;BR /&gt;&lt;BR /&gt;The new IPP 5 beta samples contain zlib and gzip compatible samples.&lt;BR /&gt;&lt;BR /&gt;I think it would be very helpful to the community if Intel just provided (as sample source &amp;amp; possibly binaries) drop in replacements for these sorts of standard tools (bzip2 would be handy too) for both Windows and Linux (and in the future MacOS X platforms)&lt;BR /&gt;&lt;BR /&gt;I find the fact that the gzip example has a different set of command line options very strange - sure you could extend them, but to change them means extra work for people &amp;amp; means adoption would be less likely.&lt;BR /&gt;&lt;BR /&gt;Alistair</description>
    <pubDate>Fri, 08 Jul 2005 16:54:28 GMT</pubDate>
    <dc:creator>abraidwood</dc:creator>
    <dc:date>2005-07-08T16:54:28Z</dc:date>
    <item>
      <title>Samples and standard libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Samples-and-standard-libraries/m-p/985853#M21786</link>
      <description>Intel provide a Windows sample which contains a drop in replacement for the IJG jpeg library.&lt;BR /&gt;&lt;BR /&gt;The new IPP 5 beta samples contain zlib and gzip compatible samples.&lt;BR /&gt;&lt;BR /&gt;I think it would be very helpful to the community if Intel just provided (as sample source &amp;amp; possibly binaries) drop in replacements for these sorts of standard tools (bzip2 would be handy too) for both Windows and Linux (and in the future MacOS X platforms)&lt;BR /&gt;&lt;BR /&gt;I find the fact that the gzip example has a different set of command line options very strange - sure you could extend them, but to change them means extra work for people &amp;amp; means adoption would be less likely.&lt;BR /&gt;&lt;BR /&gt;Alistair</description>
      <pubDate>Fri, 08 Jul 2005 16:54:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Samples-and-standard-libraries/m-p/985853#M21786</guid>
      <dc:creator>abraidwood</dc:creator>
      <dc:date>2005-07-08T16:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Samples and standard libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Samples-and-standard-libraries/m-p/985854#M21787</link>
      <description>&lt;DIV&gt;Thanks for your feedback, we will take these into our consideration for possible improvement around IPP 50 gold release.&lt;BR /&gt;&lt;BR /&gt;By the way,could you please share some more information what exactly command line options you referred here? You may also open an issue with &lt;A href="https://premier.intel.com" target="_blank"&gt;Intel Premier Support &lt;/A&gt;to follow up this issue with us.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;BR /&gt;Ying S&lt;BR /&gt;Intel Corp.&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jul 2005 05:39:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Samples-and-standard-libraries/m-p/985854#M21787</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2005-07-19T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Samples and standard libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Samples-and-standard-libraries/m-p/985855#M21788</link>
      <description>Comparing the gzip command line we have:&lt;BR /&gt;&lt;BR /&gt;gzip 1.2.4 (18 Aug 93)&lt;BR /&gt;usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...]&lt;BR /&gt; -c --stdout      write on standard output, keep original files unchanged&lt;BR /&gt; -d --decompress  decompress&lt;BR /&gt; -f --force       force overwrite of output file and compress links&lt;BR /&gt; -h --help        give this help&lt;BR /&gt; -l --list        list compressed file contents&lt;BR /&gt; -L --license     display software license&lt;BR /&gt; -n --no-name     do not save or restore the original name and time stamp&lt;BR /&gt; -N --name        save or restore the original name and time stamp&lt;BR /&gt; -q --quiet       suppress all warnings&lt;BR /&gt; -r --recursive   operate recursively on directories&lt;BR /&gt; -S .suf  --suffix .suf     use suffix .suf on compressed files&lt;BR /&gt; -t --test        test compressed file integrity&lt;BR /&gt; -v --verbose     verbose mode&lt;BR /&gt; -V --version     display version number&lt;BR /&gt; -1 --fast        compress faster&lt;BR /&gt; -9 --best        compress better&lt;BR /&gt; file...          files to (de)compress. If none given, use standard input.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Whereas with Intel's ippcompress_gzip we have:&lt;BR /&gt;&lt;BR /&gt;Usage: ./ippcompress_gzip [-1|-2|-3|-4] [-e|-d] -sf source_file -df destination_file {-b number} {-sh strategy_hint}&lt;BR /&gt;&lt;BR /&gt; -e      Does the encoding of source_file using method 1..4 and writes results to 'destination_file'&lt;BR /&gt; -d      Does the decoding of source_file using method 1..4 and writes results to 'destination_file'&lt;BR /&gt;&lt;BR /&gt; -sf     Specifies the source file name&lt;BR /&gt; -df     Specifies the custom destination file name&lt;BR /&gt;&lt;BR /&gt; -1       Does the BWT-&amp;gt;MTF-&amp;gt;RLE-&amp;gt;Huffman encoding/decoding scheme&lt;BR /&gt; -2       Does the BWT-&amp;gt;MTF-&amp;gt;GIT encoding/decoding scheme&lt;BR /&gt; -3       Does the LZSS encoding/decoding scheme&lt;BR /&gt; -4       Does the LZ77 encoding/decoding scheme&lt;BR /&gt;&lt;BR /&gt; -b       (optional) Sets the custom size of the encoding input block from 1...9 where 1 means 100Kb, 2 means 200Kb, ... 9 means 900Kb&lt;BR /&gt;&lt;BR /&gt; -sh      (optional) Sets the strategy hint for GIT (f - fixed order, l - left reorder, r - right reorder)&lt;BR /&gt;&lt;BR /&gt; Note, that order of the arguments is predefined.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This means that Intel's version cannot be used as a drop in replacement &amp;amp; given the number of places gzip can be used, it would be a substantial effort to switch, thus making the sample "interesting, but not useful"&lt;BR /&gt;&lt;BR /&gt;Alistair</description>
      <pubDate>Thu, 28 Jul 2005 15:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Samples-and-standard-libraries/m-p/985855#M21788</guid>
      <dc:creator>abraidwood</dc:creator>
      <dc:date>2005-07-28T15:14:03Z</dc:date>
    </item>
  </channel>
</rss>

