kjdev/php-ext-zstd

zstd_compress_dict can not set compression level

Closed this issue · 0 comments

It seems impossible to use a dictionary and set the compression to a high level.
I did some tested with the zstd cli version. Using zstd cli with a dictionary and the max level the end result is about 30% smaller, than with the default level.

I hope you can support setting the compression level for the dictionary. Thanks.