inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

Add libnxz #119

Open stefanrua opened 2 years ago

jinfeihan57 commented 2 years ago

Can you describe the characteristics and usage scenarios of this compression algorithm in detail? And introduce that the warehouse you obtained is the official warehouse address.

stefanrua commented 2 years ago

This is a zlib-compatible library that makes use of IBM's hardware accelerator for gzip, NX, which is available on their POWER9 chips.

combined-pp

These results are from compressing a 100 MB binary blob.

I'm not 100% sure what you mean by warehouse, but I'll interpret it as "repository". The address that the code is from, https://github.com/libnxz/power-gzip, is the address cited in IBM's original paper about the compressor: https://dl.acm.org/doi/10.1109/ISCA45697.2020.00012.