https://software.intel.com/en-us/art...r-genomic-data
https://software.intel.com/sites/def.../igzip_042.zip
http://www.intel.com/content/dam/www...sion-paper.pdf
these are just libraries providig API described in ReleaseNotes.txt and lacks main() code. for benchmarking purposes i've attached demo executables from IPP itself. it may be good alternative to lz4/zstd
ADD: two more optimized zlib implementations are mentioned and benchmarked at http://www.htslib.org/benchmarks/zlib.html (note than intel zlib != igzip):
- https://github.com/jtkukunas/zlib # Intel
- https://github.com/cloudflare/zlib # CloudFlare