ebiggers / libdeflate

Heavily optimized library for DEFLATE/zlib/gzip compression and decompression
MIT License
1.01k stars 167 forks source link

benchmark against another zlib fork #382

Open osevan opened 2 months ago

osevan commented 2 months ago

On my ryzen 7950x it is really fast

https://github.com/dougallj/zlib-dougallj

And

https://github.com/mxmlnkn/rapidgzip

ebiggers commented 2 months ago

I think you are requesting that support for this be added to the benchmark program? Note that it already links to zlib, and this can be any version or fork of zlib that implements its API. It's up to whoever is building the software to choose the version or fork of zlib they want to link to.