Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

I have a problem with igzip

gq_L_
Beginner
338 Views

Hi!
I am studying about compression algorithm and software.
I have question about igzip. I download igzip library in intel homepage.
But I don`t know how to make wrapper.
Can you send me 'example of wrapper' or 'example code' or 'manual'?
I read homepage and saw a simple application.
I don`t know how to input target file for compression and to output compression file
and how to decompression?
Do I make code about 'fast_lz and init_stream' function by myself?
Plz help me.
thank you

0 Kudos
2 Replies
gaston-hillar
Valued Contributor I
338 Views

Hi gq L.,

If you are interested in compression algorithm and software, the following paper includes all the information you might require about igzip :

https://www-ssl.intel.com/content/www/us/en/intelligent-systems/wireless-infrastructure/ia-deflate-compression-paper.html

Hope it helps.

0 Kudos
gaston-hillar
Valued Contributor I
338 Views

The following is another article that might help you:

https://software.intel.com/en-us/articles/igzip-a-high-performance-deflate-compressor-with-optimizations-for-genomic-data

The article includes details about the programming interface.

0 Kudos
Reply