rapidgzip icon indicating copy to clipboard operation
rapidgzip copied to clipboard

add zlib benchmark with two other forks

Open osevan opened this issue 1 year ago • 1 comments

https://github.com/ebiggers/libdeflate/issues/382#issue-2448430925

Can i compile nginx with your rapidgzip fork?

osevan avatar Aug 05 '24 12:08 osevan

Hello,

Sorry for the late answer, but I don't fully understand your question.

It would be nice to add rapidgzip to the TurboBench suite, which I found linked via your linked issue.

I'm not sure what you mean with "compile", but if you want to use rapidgzip instead of zlib for nginx HTTP (de)compression, then this might be more difficult, because rapidgzip does not offer a zlib-compatible library API and therefore it would require source code changes to nginx or it would require writing such a zlib-compatible API. Furthermore, I don't think rapidgzip would be well-suited for HTTP (de)compression because it does not even focus on compression and decompression only really begins to excel for files larger than 4 MiB.

mxmlnkn avatar Aug 21 '24 08:08 mxmlnkn