Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

about zlib intel enhanced

Della_Pasqua__Robert
293 Views

hello,

please two questions:

1) the code linked inside IPPS comes from https://github.com/jtkukunas/zlib? If yes, can I compile directly this repo to obtain the same performances of IPPS?

2) eventually do you have a small example how to use the DeflateLZ77Fastest function from IPPS?

0 Kudos
1 Reply
Sergey_K_Intel
Employee
293 Views

Hi Roberto,

1) No, IPP Zlib functions have different code. The Zlib developer's version from the Git, you provided, is different self-sufficient version which doesn't require anything more.

2) There are no such examples, because IPP Zlib-related functions designed to be used inside Zlib. Their arguments come from Zlib internal stream structure.

To build Zlib with IPP you need to deploy original Zlib (version from 1.2.5.3 to 1.2.11), apply corresponding patch file from IPP package and build updated source code with IPP.

Regards,
Sergey

0 Kudos
Reply