Does PA supports Intel's zlib?
-
There would be many of us with Intel Processors.
and they have their own optimized zlib algorithm, which can result in more efficiency if used combined with their hardware processor.
Reference:
https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/zlib-compression-whitepaper-copy.pdfCan we get the same Functionality Under Hardware Acceleration Feature?
Zlib is not the only feature that intel has included with their processor, there’s many, which if combined can result in efficient and better compression ratios.
-
many thanks for the details @godlydevils
I am logging this in to the dev team to check out, sounds interesting.Will let you know if we can implement it.
-
@mili said in Does PA supports Intel's zlib?:
many thanks for the details @godlydevils
I am logging this in to the dev team to check out, sounds interesting.Will let you know if we can implement it.
thanks for the awesome information.
-
@godlydevils said in Does PA supports Intel's zlib?:
There would be many of us with Intel Processors.
and they have their own optimized zlib algorithm, which can result in more efficiency if used combined with their hardware processor.
Reference:
https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/zlib-compression-whitepaper-copy.pdfCan we get the same Functionality Under Hardware Acceleration Feature?
Zlib is not the only feature that intel has included with their processor, there’s many, which if combined can result in efficient and better compression ratios.
i have been going through some older posts, so i have to respond to this - apologies.
Intel’s zlib is terrible piece of code full of bugs, i think we still have some bugs opened with Intel about it as we used Intel compiler for a while. And PA’s deflate is actually faster.
Consider it a PR piece that does not work.
-
@spwolf said in Does PA supports Intel's zlib?:
There would be many of us with Intel Processors. https://ometv.onl
and they have their own optimized zlib algorithm, which can result in more efficiency if used combined with their hardware processor.
Reference:
https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/zlib-compression-whitepaper-copy.pdf
Can we get the same Functionality Under Hardware Acceleration Feature?
Zlib is not the only feature that intel has included with their processor, there’s many, which if combined can result in efficient and better compression ratios.i have been going through some older posts, so i have to respond to this - apologies.
Intel’s zlib is terrible piece of code full of bugs, i think we still have some bugs opened with Intel about it as we used Intel compiler for a while. And PA’s deflate is actually faster.
Consider it a PR piece that does not work.thanks my issue has been fixed.