Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: compress/decompress with dictionaries and stream mode #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rainingmaster
Copy link

@rainingmaster rainingmaster commented Apr 11, 2022

Hi @inikep, @jinfeihan57. So far compress/decompress with custom dictionary is more and more popular, such as zstd, and the newest brotli has support it.

In new version, we can use a specific dictionary to compress/decompress:

./lzbench -ezlib,5/brotli,2,11/zstd,3,11 -dzstd=zstd_dict test.pdf

So I raise a PR to add dictionary for lzbench, could you help me review it? Thanks!

@rainingmaster rainingmaster force-pushed the feature/with_dictionary branch 4 times, most recently from ca1e613 to e4b5c1f Compare April 11, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant